[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[libvirt] [PATCH 13/17] * qemud/remote_protocol.x: Include "remote_protocol.h" and <rpc/xdr.h>.
- From: Jim Meyering <jim meyering net>
- To: libvir-list redhat com
- Cc: Jim Meyering <meyering redhat com>
- Subject: [libvirt] [PATCH 13/17] * qemud/remote_protocol.x: Include "remote_protocol.h" and <rpc/xdr.h>.
- Date: Tue, 28 Oct 2008 12:21:30 +0100
From: Jim Meyering <meyering 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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]