[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Explicitly include time.h to get gettimeofday declaration.
# HG changeset patch # User kaf24@xxxxxxxxxxxxxxxxxxxx # Node ID a7b6eed7b0a66e28765a6801e3090b9b88cf8bbe # Parent 00aba64e034e70a262cbe3b729b3601ce8142eda Explicitly include time.h to get gettimeofday declaration. Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx> diff -r 00aba64e034e -r a7b6eed7b0a6 linux-2.6-xen-sparse/drivers/xen/pcifront/pci_op.c --- a/linux-2.6-xen-sparse/drivers/xen/pcifront/pci_op.c Thu Mar 16 11:31:16 2006 +++ b/linux-2.6-xen-sparse/drivers/xen/pcifront/pci_op.c Thu Mar 16 11:34:27 2006 @@ -8,6 +8,7 @@ #include <linux/init.h> #include <linux/pci.h> #include <linux/spinlock.h> +#include <linux/time.h> #include <xen/evtchn.h> #include "pcifront.h" _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |