summaryrefslogtreecommitdiffstats
path: root/daemon/Makefile.am
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-11-26 11:26:40 +0000
committerRichard Jones <rjones@redhat.com>2009-11-26 11:52:44 +0000
commitfd84feb8229f792e22e3cbfa9bf7e8156947eb2f (patch)
tree810231e69ddd9ea661cba224ed5def0a30567ac7 /daemon/Makefile.am
parentb76462f7433d064019382992163e3553c7906ee7 (diff)
downloadlibguestfs-fd84feb8229f792e22e3cbfa9bf7e8156947eb2f.tar.gz
libguestfs-fd84feb8229f792e22e3cbfa9bf7e8156947eb2f.tar.xz
libguestfs-fd84feb8229f792e22e3cbfa9bf7e8156947eb2f.zip
daemon/Win32: provide htonl, htons, ntohl, ntohs functions.
These functions are not available on Windows.
Diffstat (limited to 'daemon/Makefile.am')
-rw-r--r--daemon/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 103e49d9..2f434487 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -91,6 +91,7 @@ guestfsd_SOURCES = \
guestfsd.c \
headtail.c \
hexdump.c \
+ htonl.c \
initrd.c \
inotify.c \
link.c \