]> granicus.if.org Git - yasm/commitdiff
Include ctype.h into files that now use tolower().
authorPeter Johnson <peter@tortall.net>
Mon, 17 Sep 2007 03:42:01 +0000 (03:42 -0000)
committerPeter Johnson <peter@tortall.net>
Mon, 17 Sep 2007 03:42:01 +0000 (03:42 -0000)
svn path=/trunk/yasm/; revision=1956

modules/arch/x86/x86cpu.gperf
modules/arch/x86/x86regtmod.gperf

index 5878a9176f5e0a26f2c70e5b1743a4ea5592fa02..45edd0719e57243f25731f74b47691034ceabf7a 100644 (file)
@@ -27,6 +27,7 @@
 #include <util.h>
 RCSID("$Id$");
 
+#include <ctype.h>
 #include <libyasm.h>
 #include <libyasm/phash.h>
 
index e3d0a89e24e822ef0c2796a61340d67f993a54ed..a5763432385df4a3b9037724c8e01a29732229ce 100644 (file)
@@ -27,6 +27,7 @@
 #include <util.h>
 RCSID("$Id$");
 
+#include <ctype.h>
 #include <libyasm.h>
 #include <libyasm/phash.h>