Compilation fix for MinGW(w/ LXC)

This commit is contained in:
Atsushi SAKAI 2008-06-30 05:11:13 +00:00
parent 0d2c36fda9
commit fa97486070
2 changed files with 8 additions and 0 deletions

View File

@ -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>
fix make syntax-check

View File

@ -11,6 +11,8 @@
#include <config.h>
#ifdef WITH_LXC
#include <string.h>
#include "veth.h"
@ -215,3 +217,4 @@ error_out:
VIR_FREE(pid);
return rc;
}
#endif