mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
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.
This commit is contained in:
parent
46c551fdb4
commit
bc451c4980
@ -2,6 +2,7 @@
|
||||
*/
|
||||
|
||||
%#include "internal.h"
|
||||
%#include "virxdrdefs.h"
|
||||
|
||||
typedef opaque virLogManagerProtocolUUID[VIR_UUID_BUFLEN];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user