projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d612cde
)
lguest.h declares a struct timespec, make it include linux/time.h
author
Jes Sorensen
<jes@sgi.com>
Mon, 22 Oct 2007 01:03:33 +0000
(11:03 +1000)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 23 Oct 2007 05:49:52 +0000
(15:49 +1000)
Signed-off-by: Jes Sorensen <jes@sgi.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
include/linux/lguest.h
patch
|
blob
|
history
diff --git
a/include/linux/lguest.h
b/include/linux/lguest.h
index
ea335c8
..
9ddac2f
100644
(file)
--- a/
include/linux/lguest.h
+++ b/
include/linux/lguest.h
@@
-4,6
+4,7
@@
#define _LINUX_LGUEST_H
#ifndef __ASSEMBLY__
+#include <linux/time.h>
#include <asm/irq.h>
#include <asm/lguest_hcall.h>