use new ensc_wrappers/ headers
[util-vserver.git] / util-vserver / src / vunify-matchlist.c
index 1c52b0c..2801aa3 100644 (file)
 #endif
 
 #include "vunify-matchlist.h"
-#include "wrappers.h"
 
 #include <fnmatch.h>
 #include <assert.h>
 
+#define ENSC_WRAPPERS_STDLIB   1
+#include <wrappers.h>
+
 bool
 MatchList_compare(struct MatchList const *list, char const *path)
 {