From: Jes Sorensen Date: Mon, 22 Oct 2007 01:03:33 +0000 (+1000) Subject: lguest.h declares a struct timespec, make it include linux/time.h X-Git-Tag: v2.6.24-rc1~28^2~20 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47aee45ae3c708ab678e09abfba0efaf6ca0e87a;p=linux-2.6 lguest.h declares a struct timespec, make it include linux/time.h Signed-off-by: Jes Sorensen Signed-off-by: Rusty Russell --- diff --git a/include/linux/lguest.h b/include/linux/lguest.h index ea335c8f86..9ddac2f0a9 100644 --- a/include/linux/lguest.h +++ b/include/linux/lguest.h @@ -4,6 +4,7 @@ #define _LINUX_LGUEST_H #ifndef __ASSEMBLY__ +#include #include #include