For mingw, tolower prototype is in ctype.h
authorjesusc <jesusc@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 15 Sep 2003 15:40:20 +0000 (15:40 +0000)
committerjesusc <jesusc@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 15 Sep 2003 15:40:20 +0000 (15:40 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2891 4a8a32a2-be11-0410-ad9d-d568d2c75423

as/mcs51/lklibr.c
link/z80/lklibr.c

index 881a2bc58335b8a6a3bc462aafa313140d49af1b..dbb32e82196dddc08261ac978fb7b4fa38f9409c 100644 (file)
@@ -27,6 +27,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <ctype.h>
 #include "aslink.h"
 
 /*)Module      lklibr.c
index bec78f93683b7db108ce6b232ab78e5297baae07..66b97eabcd698b1f480244fae999084b6e3d44cf 100644 (file)
@@ -25,6 +25,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
+#include <ctype.h>
 #include "aslink.h"
 
 #ifdef OTHERSYSTEM