added yum-2.6.0-chroot.patch
[util-vserver.git] / util-vserver / src / testsuite / vunify-functest.c
index de23ad4..3b8f4d3 100644 (file)
@@ -20,7 +20,7 @@
 #  include <config.h>
 #endif
 
-#include "vunify-matchlist.h"
+#include "lib_internal/matchlist.h"
 
 int wrapper_exit_code = 1;
 extern void    PathInfo_test();
@@ -28,4 +28,5 @@ extern void   PathInfo_test();
 int main()
 {
   PathInfo_test();
+  return 0;
 }