aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-07-18 03:47:44 +0000
committerRichard Stallman <rms@gnu.org>1992-07-18 03:47:44 +0000
commit5e0004aef97087bc9fb96e4b7bc37445fb4df97a (patch)
tree86847c971a88f6fa28d395f63a79f1399bab90f4
parent075fc632003c95d3d40df158ed19e719fc4fede5 (diff)
downloadgcc-5e0004aef97087bc9fb96e4b7bc37445fb4df97a.zip
gcc-5e0004aef97087bc9fb96e4b7bc37445fb4df97a.tar.gz
gcc-5e0004aef97087bc9fb96e4b7bc37445fb4df97a.tar.bz2
*** empty log message ***
From-SVN: r1619
-rw-r--r--gcc/cexp.y2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cexp.y b/gcc/cexp.y
index 90d867e..e16028b 100644
--- a/gcc/cexp.y
+++ b/gcc/cexp.y
@@ -33,6 +33,8 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
#include <locale.h>
#endif
+#include <stdio.h>
+
typedef unsigned char U_CHAR;
/* This is used for communicating lists of keywords with cccp.c. */