From 87f18b6289cf676dc1f13794c11b77276762141b Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 30 Jul 2003 06:12:31 +0000 Subject: [PATCH] Include "lib/wildmatch.h", not "lib/fnmatch.h" or . --- rsync.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/rsync.h b/rsync.h index 83919915..52b3e70e 100644 --- a/rsync.h +++ b/rsync.h @@ -192,12 +192,6 @@ enum logcode {FNONE=0, FERROR=1, FINFO=2, FLOG=3 }; #endif #endif -#ifdef HAVE_FNMATCH -#include -#else -#include "lib/fnmatch.h" -#endif - #ifdef HAVE_GLOB_H #include #endif @@ -467,6 +461,7 @@ static inline int flist_up(struct file_list *flist, int i) #include "byteorder.h" #include "lib/mdfour.h" +#include "lib/wildmatch.h" #include "lib/permstring.h" #include "lib/addrinfo.h" -- 2.34.1