From: Wayne Davison Date: Thu, 26 Jan 2006 22:32:59 +0000 (+0000) Subject: Include popt.h using instead of "popt.h". X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/a3869e9227ca5d8217b43defd1bb5b3a820d7b74 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