lib: Move vlog.h to <openvswitch/vlog.h>
[cascardo/ovs.git] / tests / test-lockfile.c
index c50543c..d0c8dc4 100644 (file)
  */
 
 #include <config.h>
-
+#undef NDEBUG
 #include "lockfile.h"
-
 #include <errno.h>
 #include <stdlib.h>
 #include <sys/stat.h>
 #include <sys/wait.h>
 #include <unistd.h>
-
+#include "ovstest.h"
 #include "process.h"
 #include "timeval.h"
 #include "util.h"
-#include "vlog.h"
-#include "ovstest.h"
+#include "openvswitch/vlog.h"
 
 struct test {
     const char *name;