Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=47aee45ae3c708ab678e09abfba0efaf6ca0e87a
Commit:     47aee45ae3c708ab678e09abfba0efaf6ca0e87a
Parent:     d612cde060a005c1effb13d0f665448a04ce5f67
Author:     Jes Sorensen <[EMAIL PROTECTED]>
AuthorDate: Mon Oct 22 11:03:33 2007 +1000
Committer:  Rusty Russell <[EMAIL PROTECTED]>
CommitDate: Tue Oct 23 15:49:52 2007 +1000

    lguest.h declares a struct timespec, make it include linux/time.h
    
    Signed-off-by: Jes Sorensen <[EMAIL PROTECTED]>
    Signed-off-by: Rusty Russell <[EMAIL PROTECTED]>
---
 include/linux/lguest.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/lguest.h b/include/linux/lguest.h
index ea335c8..9ddac2f 100644
--- 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>
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to