mirror of
https://github.com/libvirt/libvirt.git
synced 2026-07-29 23:58:02 -05:00
Fix the build failure
Commit 16251193af forgot to include "virstring.h". Pushed under
build-breaker rule.
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
#include "viralloc.h"
|
||||
#include "virerror.h"
|
||||
#include "virlog.h"
|
||||
#include "virstring.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_RPC
|
||||
|
||||
|
||||
Reference in New Issue
Block a user