Skip to content

Commit

Permalink
lguest.h declares a struct timespec, make it include linux/time.h
Browse files Browse the repository at this point in the history
Signed-off-by: Jes Sorensen <[email protected]>
Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
Jes Sorensen authored and rustyrussell committed Oct 23, 2007
1 parent d612cde commit 47aee45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/lguest.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#define _LINUX_LGUEST_H

#ifndef __ASSEMBLY__
#include <linux/time.h>
#include <asm/irq.h>
#include <asm/lguest_hcall.h>

Expand Down

0 comments on commit 47aee45

Please sign in to comment.