use new ensc_wrappers/ headers
[util-vserver.git] / util-vserver / src / vserver-info.c
index 765828d..1a74f54 100644 (file)
@@ -21,7 +21,6 @@
 #endif
 
 #include "util.h"
-#include "wrappers.h"
 
 #include "internal.h"
 #include "vserver.h"
 #include <getopt.h>
 #include <assert.h>
 #include <stdbool.h>
+#include <fcntl.h>
+
+#define ENSC_WRAPPERS_FCNTL    1
+#define ENSC_WRAPPERS_UNISTD   1
+#include <wrappers.h>
 
 typedef enum { tgNONE,tgCONTEXT, tgRUNNING,
               tgVDIR, tgNAME, tgCFGDIR, tgAPPDIR,