From: Wayne Davison Date: Thu, 26 Jan 2006 22:32:59 +0000 (+0000) Subject: Include popt.h using instead of "popt.h". X-Git-Tag: v2.6.7pre1~164 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a3869e9227ca5d8217b43defd1bb5b3a820d7b74;p=thirdparty%2Frsync.git Include popt.h using instead of "popt.h". --- 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