]> xenbits.xensource.com Git - libvirt.git/commitdiff
Add missing virxdrdefs.h include to log_protocol
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Tue, 12 Jan 2016 15:11:11 +0000 (18:11 +0300)
committerRoman Bogorodskiy <bogorodskiy@gmail.com>
Tue, 12 Jan 2016 15:15:09 +0000 (18:15 +0300)
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.

src/logging/log_protocol.x

index a07334ff8638a58445da2513bc3ca6fcfb6f82ca..b0ac31bce4e84820e633c149e17d4e6f9ad012b5 100644 (file)
@@ -2,6 +2,7 @@
  */
 
 %#include "internal.h"
+%#include "virxdrdefs.h"
 
 typedef opaque virLogManagerProtocolUUID[VIR_UUID_BUFLEN];