diff options
author | Wayne Davison <wayned@samba.org> | 2003-07-05 00:13:38 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2003-07-05 00:13:38 +0000 |
commit | 677cd34acdada54f0ce14302d51ac285c0c4411c (patch) | |
tree | 55885831989da15aa7d5517004a95031a367eb52 /wildtest.c | |
parent | 08c5385e65f647b75bf853e06b668ea0a8660c56 (diff) | |
download | rsync-677cd34acdada54f0ce14302d51ac285c0c4411c.tar.gz |
Include lib/wildmatch.h directly for now (until we make rsync.h include
it for us).
Diffstat (limited to 'wildtest.c')
-rw-r--r-- | wildtest.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ */ #include "rsync.h" +#include "lib/wildmatch.h" #define COMPARE_WITH_FNMATCH |