Include ctype.h into files that now use tolower().

svn path=/trunk/yasm/; revision=1956
multiarch^2
Peter Johnson 17 years ago
parent 4af823161d
commit 779b7dd67e
  1. 1
      modules/arch/x86/x86cpu.gperf
  2. 1
      modules/arch/x86/x86regtmod.gperf

@ -27,6 +27,7 @@
#include <util.h>
RCSID("$Id$");
#include <ctype.h>
#include <libyasm.h>
#include <libyasm/phash.h>

@ -27,6 +27,7 @@
#include <util.h>
RCSID("$Id$");
#include <ctype.h>
#include <libyasm.h>
#include <libyasm/phash.h>

Loading…
Cancel
Save