remote: Revert removing "libvirt/libvirt.h" in remote_protocol.x

Commit 2d25fd4f41 removed the including of "libvirt/libvirt.h",
which breaks the build. Pushed under build-breaker rule.
This commit is contained in:
Osier Yang
2013-04-17 23:14:52 +08:00
parent 09d2547f96
commit f043199413

View File

@@ -36,6 +36,7 @@
* 'REMOTE_'. This makes names quite long.
*/
%#include <libvirt/libvirt.h>
%#include "internal.h"
%#include <arpa/inet.h>