mirror of https://gitee.com/openkylin/libvirt.git
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:
parent
09d2547f96
commit
f043199413
|
@ -36,6 +36,7 @@
|
|||
* 'REMOTE_'. This makes names quite long.
|
||||
*/
|
||||
|
||||
%#include <libvirt/libvirt.h>
|
||||
%#include "internal.h"
|
||||
%#include <arpa/inet.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue