diff options
Diffstat (limited to 'src/fnmatch.c')
| -rw-r--r-- | src/fnmatch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fnmatch.c b/src/fnmatch.c index 33c8a2512..3cc2a27ba 100644 --- a/src/fnmatch.c +++ b/src/fnmatch.c @@ -44,12 +44,12 @@ * Compares a filename or pathname to a pattern. */ +#include "fnmatch.h" + #include <ctype.h> #include <stdio.h> #include <string.h> -#include "fnmatch.h" - #define EOS '\0' #define RANGE_MATCH 1 |
