Fix implicit function declaration warning

This commit is contained in:
Ilya V. Matveychikov 2015-07-28 01:04:37 +03:00
parent 313d577377
commit 1402d5b5d2

View File

@ -39,6 +39,7 @@
#if defined(__UNIX__) || defined(__CYGWIN__) || defined(__DJGPP__) /* avoid for MinGW! */
extern char * strupr(char *);
#define _stricmp strcasecmp
#ifndef __WATCOMC__
#define _memicmp strncasecmp