diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-11-11 23:18:57 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-11-11 23:29:46 +0000 |
commit | 096f341714ee7d1575c93d437a8085821aa88d23 (patch) | |
tree | 10fd97347c84439c36d30144e20614bd92acde92 /fish/time.c | |
parent | 649b990bbfe4127841d73ae86c92cc902ec56e93 (diff) | |
download | libguestfs-096f341714ee7d1575c93d437a8085821aa88d23.tar.gz libguestfs-096f341714ee7d1575c93d437a8085821aa88d23.tar.xz libguestfs-096f341714ee7d1575c93d437a8085821aa88d23.zip |
Don't need to include XDR headers in <guestfs.h>.
Include the XDR headers in the internal guestfs-internal.h instead.
This is knock-on effects to several other source files which
were implicitly relying on indirectly loaded headers.
Diffstat (limited to 'fish/time.c')
-rw-r--r-- | fish/time.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fish/time.c b/fish/time.c index 48cf1002..931403f2 100644 --- a/fish/time.c +++ b/fish/time.c @@ -22,6 +22,7 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> +#include <sys/time.h> #include "fish.h" |