diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/guestfs-internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/guestfs-internal.h b/src/guestfs-internal.h index f8b3e94d..6dbbeecb 100644 --- a/src/guestfs-internal.h +++ b/src/guestfs-internal.h @@ -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 |