From: Jim Meyering <meyering(a)redhat.com>
---
qemud/remote_protocol.x | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/qemud/remote_protocol.x b/qemud/remote_protocol.x
index b7e41aa..d15c549 100644
--- a/qemud/remote_protocol.x
+++ b/qemud/remote_protocol.x
@@ -3,7 +3,7 @@
* remote_internal driver and libvirtd. This protocol is
* internal and may change at any time.
*
- * Copyright (C) 2006-2007 Red Hat, Inc.
+ * Copyright (C) 2006-2008 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -39,6 +39,9 @@
%#include <config.h>
%#include "internal.h"
%#include "socketcompat.h"
+%#include "remote_protocol.h"
+
+%#include <rpc/xdr.h>
/*----- Data types. -----*/
--
1.6.0.3.756.gb776d