Include popt.h using <popt.h> instead of "popt.h".
authorWayne Davison <wayned@samba.org>
Thu, 26 Jan 2006 22:32:59 +0000 (22:32 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 26 Jan 2006 22:32:59 +0000 (22:32 +0000)
wildtest.c

index 2c25c77..6189f1f 100644 (file)
@@ -7,7 +7,7 @@
 #define WILD_TEST_ITERATIONS
 #include "lib/wildmatch.c"
 
-#include "popt.h"
+#include <popt.h>
 
 #ifdef COMPARE_WITH_FNMATCH
 #include <fnmatch.h>