From 779b7dd67e34a5e4ab81ae38eb8a781c8d6dca74 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Mon, 17 Sep 2007 03:42:01 +0000 Subject: [PATCH] Include ctype.h into files that now use tolower(). svn path=/trunk/yasm/; revision=1956 --- modules/arch/x86/x86cpu.gperf | 1 + modules/arch/x86/x86regtmod.gperf | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/arch/x86/x86cpu.gperf b/modules/arch/x86/x86cpu.gperf index 5878a917..45edd071 100644 --- a/modules/arch/x86/x86cpu.gperf +++ b/modules/arch/x86/x86cpu.gperf @@ -27,6 +27,7 @@ #include RCSID("$Id$"); +#include #include #include diff --git a/modules/arch/x86/x86regtmod.gperf b/modules/arch/x86/x86regtmod.gperf index e3d0a89e..a5763432 100644 --- a/modules/arch/x86/x86regtmod.gperf +++ b/modules/arch/x86/x86regtmod.gperf @@ -27,6 +27,7 @@ #include RCSID("$Id$"); +#include #include #include