From 47aee45ae3c708ab678e09abfba0efaf6ca0e87a Mon Sep 17 00:00:00 2001
From: Jes Sorensen <jes@sgi.com>
Date: Mon, 22 Oct 2007 11:03:33 +1000
Subject: [PATCH] lguest.h declares a struct timespec, make it include
 linux/time.h

Signed-off-by: Jes Sorensen <jes@sgi.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
---
 include/linux/lguest.h | 1 +
 1 file changed, 1 insertion(+)

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 <linux/time.h>
 #include <asm/irq.h>
 #include <asm/lguest_hcall.h>
 
-- 
GitLab