From 1402d5b5d26472c72eb8ac0adfca2165c31ceec3 Mon Sep 17 00:00:00 2001 From: "Ilya V. Matveychikov" Date: Tue, 28 Jul 2015 01:04:37 +0300 Subject: [PATCH] Fix implicit function declaration warning --- H/globals.h | 1 + 1 file changed, 1 insertion(+) diff --git a/H/globals.h b/H/globals.h index 01a1917..1e92c91 100644 --- a/H/globals.h +++ b/H/globals.h @@ -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