diff options
author | Richard Jones <rjones@redhat.com> | 2009-11-20 11:48:51 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-11-20 18:01:51 +0000 |
commit | 5c9004347fe5920e2d0aa905ec709a514f0d9e38 (patch) | |
tree | 90058a008dca4fc61b932e9e3c5bdb2ee2013431 /daemon/daemon.h | |
parent | 03cd3050b342cecbc6f657e85637d1d16dbc60ab (diff) | |
download | libguestfs-5c9004347fe5920e2d0aa905ec709a514f0d9e38.tar.gz libguestfs-5c9004347fe5920e2d0aa905ec709a514f0d9e38.tar.xz libguestfs-5c9004347fe5920e2d0aa905ec709a514f0d9e38.zip |
daemon/Win32: Use gnulib modules for first porting to Win32.
Diffstat (limited to 'daemon/daemon.h')
-rw-r--r-- | daemon/daemon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/daemon.h b/daemon/daemon.h index ac684792..120c86cc 100644 --- a/daemon/daemon.h +++ b/daemon/daemon.h @@ -19,6 +19,7 @@ #ifndef GUESTFSD_DAEMON_H #define GUESTFSD_DAEMON_H +#include <stdio.h> #include <stdarg.h> #include <errno.h> #include <unistd.h> |