From f043199413c8263a17802cf2c0636bc1fe348772 Mon Sep 17 00:00:00 2001 From: Osier Yang Date: Wed, 17 Apr 2013 23:14:52 +0800 Subject: [PATCH] remote: Revert removing "libvirt/libvirt.h" in remote_protocol.x Commit 2d25fd4f410f removed the including of "libvirt/libvirt.h", which breaks the build. Pushed under build-breaker rule. --- src/remote/remote_protocol.x | 1 + 1 file changed, 1 insertion(+) diff --git a/src/remote/remote_protocol.x b/src/remote/remote_protocol.x index d384225945..b957b8e677 100644 --- a/src/remote/remote_protocol.x +++ b/src/remote/remote_protocol.x @@ -36,6 +36,7 @@ * 'REMOTE_'. This makes names quite long. */ +%#include %#include "internal.h" %#include -- GitLab