]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
lguest.h declares a struct timespec, make it include linux/time.h
authorJes Sorensen <jes@sgi.com>
Mon, 22 Oct 2007 01:03:33 +0000 (11:03 +1000)
committerRusty 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

index ea335c8f86c330b9d343b118cf4e8526d01ea0c3..9ddac2f0a97ce6292042f50fe55d3fa55e086d15 100644 (file)
@@ -4,6 +4,7 @@
 #define _LINUX_LGUEST_H
 
 #ifndef __ASSEMBLY__
+#include <linux/time.h>
 #include <asm/irq.h>
 #include <asm/lguest_hcall.h>