diff options
Diffstat (limited to 'src/tool/grfio.c')
-rw-r--r-- | src/tool/grfio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool/grfio.c b/src/tool/grfio.c index 19a9daa49..7df12696c 100644 --- a/src/tool/grfio.c +++ b/src/tool/grfio.c @@ -42,6 +42,7 @@ #ifndef __FREEBSD__ #include <zlib.h> #endif + #define strcmpi strcasecmp #endif typedef unsigned char BYTE; |