From: bernhardheld Date: Wed, 14 May 2003 08:44:10 +0000 (+0000) Subject: src/SDCCutil.c: include ctype.h for win32 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=09a10dc46a727844149a9372435cb2449a5e6e30;p=fw%2Fsdcc src/SDCCutil.c: include ctype.h for win32 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2622 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index 74cdb83c..e34cbdb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2003-05-14 Bernhard Held - * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall + * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall + * src/SDCCutil.c: include ctype.h for win32 2003-05-13 Bernhard Held diff --git a/src/SDCCutil.c b/src/SDCCutil.c index 62f15924..134bc283 100644 --- a/src/SDCCutil.c +++ b/src/SDCCutil.c @@ -23,6 +23,7 @@ -------------------------------------------------------------------------*/ #ifdef _WIN32 +#include #include #endif #include