Index: src/veth.c =================================================================== RCS file: /data/cvs/libvirt/src/veth.c,v retrieving revision 1.1 diff -u -r1.1 veth.c --- src/veth.c 26 Jun 2008 16:07:48 -0000 1.1 +++ src/veth.c 27 Jun 2008 02:13:57 -0000 @@ -11,6 +11,8 @@ #include +#ifdef WITH_LXC + #include #include "veth.h" @@ -217,3 +219,4 @@ VIR_FREE(pid); return rc; } +#endif