Don't need to include XDR headers in <guestfs.h>.
[libguestfs.git] / src / guestfs-internal.h
index f8b3e94..6dbbeec 100644 (file)
@@ -19,6 +19,9 @@
 #ifndef GUESTFS_INTERNAL_H_
 #define GUESTFS_INTERNAL_H_
 
+#include <rpc/types.h>
+#include <rpc/xdr.h>
+
 #ifdef HAVE_PCRE
 #include <pcre.h>
 #endif