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: Ubuntu-5.10.0-12.13~43345^2~20 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=47aee45ae3c708ab678e09abfba0efaf6ca0e87a;p=mirror_ubuntu-hirsute-kernel.git 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 ea335c8f86c3..9ddac2f0a97c 100644 --- a/include/linux/lguest.h +++ b/include/linux/lguest.h @@ -4,6 +4,7 @@ #define _LINUX_LGUEST_H #ifndef __ASSEMBLY__ +#include #include #include