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/copy.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/copy.c')
-rw-r--r-- | fish/copy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fish/copy.c b/fish/copy.c index f5edad11..9f3f3df6 100644 --- a/fish/copy.c +++ b/fish/copy.c @@ -22,6 +22,7 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> +#include <limits.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/wait.h> |