[libvirt] [PATCH 13/17] * qemud/remote_protocol.x: Include "remote_protocol.h" and <rpc/xdr.h>.

Jim Meyering jim at meyering.net
Tue Oct 28 11:21:30 UTC 2008


From: Jim Meyering <meyering at 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




More information about the libvir-list mailing list