mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
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>
This commit is contained in:
parent
d612cde060
commit
47aee45ae3
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
#define _LINUX_LGUEST_H
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
#include <linux/time.h>
|
||||
#include <asm/irq.h>
|
||||
#include <asm/lguest_hcall.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue