Include popt.h using <popt.h> instead of "popt.h".

This commit is contained in:
Wayne Davison
2006-01-26 22:32:59 +00:00
parent d671ccfc8e
commit a3869e9227

View 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>