From: Roman Bogorodskiy Date: Tue, 12 Jan 2016 15:11:11 +0000 (+0300) Subject: Add missing virxdrdefs.h include to log_protocol X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=bc451c49805d067b2074ab18adf4d7b39d6ee3a2;p=libvirt.git Add missing virxdrdefs.h include to log_protocol Commit 2b6f6ad introduced the virxdrdefs.h header with common definitions to be included in the protocol files, but logging/log_protocol.x was missed, so add it there as well. Hopefully this fixes build on OS X. --- diff --git a/src/logging/log_protocol.x b/src/logging/log_protocol.x index a07334ff86..b0ac31bce4 100644 --- a/src/logging/log_protocol.x +++ b/src/logging/log_protocol.x @@ -2,6 +2,7 @@ */ %#include "internal.h" +%#include "virxdrdefs.h" typedef opaque virLogManagerProtocolUUID[VIR_UUID_BUFLEN];