From: Jim Meyering <meyering(a)redhat.com>
---
qemud/remote_protocol.c | 3 +++
qemud/remote_protocol.h | 2 ++
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/qemud/remote_protocol.c b/qemud/remote_protocol.c
index 06b33d8..652d5b5 100644
--- a/qemud/remote_protocol.c
+++ b/qemud/remote_protocol.c
@@ -3,9 +3,12 @@
* It was generated using rpcgen.
*/
+#include "remote_protocol.h"
#include <config.h>
#include "internal.h"
#include "socketcompat.h"
+#include "remote_protocol.h"
+#include <rpc/xdr.h>
bool_t
xdr_remote_nonnull_string (XDR *xdrs, remote_nonnull_string *objp)
diff --git a/qemud/remote_protocol.h b/qemud/remote_protocol.h
index e43514d..bfcf40b 100644
--- a/qemud/remote_protocol.h
+++ b/qemud/remote_protocol.h
@@ -16,6 +16,8 @@ extern "C" {
#include <config.h>
#include "internal.h"
#include "socketcompat.h"
+#include "remote_protocol.h"
+#include <rpc/xdr.h>
#define REMOTE_MESSAGE_MAX 262144
#define REMOTE_STRING_MAX 65536
--
1.6.0.3.756.gb776d