From a3869e9227ca5d8217b43defd1bb5b3a820d7b74 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 26 Jan 2006 22:32:59 +0000 Subject: [PATCH] Include popt.h using instead of "popt.h". --- wildtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wildtest.c b/wildtest.c index 2c25c77f..6189f1f6 100644 --- a/wildtest.c +++ b/wildtest.c @@ -7,7 +7,7 @@ #define WILD_TEST_ITERATIONS #include "lib/wildmatch.c" -#include "popt.h" +#include #ifdef COMPARE_WITH_FNMATCH #include -- 2.34.1