mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
Compilation fix for MinGW(w/ LXC)
This commit is contained in:
parent
0d2c36fda9
commit
fa97486070
@ -1,3 +1,8 @@
|
|||||||
|
Mon Jun 30 14:07:56 JST 2008 Atsushi SAKAI <sakaia@jp.fujitsu.com>
|
||||||
|
|
||||||
|
Compilation fix for MinGW
|
||||||
|
* src/veth.c: add WITH_LXC ifdef
|
||||||
|
|
||||||
Thu Jun 26 19:51:19 JST 2008 Atsushi SAKAI <sakaia@jp.fujitsu.com>
|
Thu Jun 26 19:51:19 JST 2008 Atsushi SAKAI <sakaia@jp.fujitsu.com>
|
||||||
|
|
||||||
fix make syntax-check
|
fix make syntax-check
|
||||||
|
@ -11,6 +11,8 @@
|
|||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
|
#ifdef WITH_LXC
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "veth.h"
|
#include "veth.h"
|
||||||
@ -215,3 +217,4 @@ error_out:
|
|||||||
VIR_FREE(pid);
|
VIR_FREE(pid);
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user