diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-07-18 03:47:44 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-07-18 03:47:44 +0000 |
commit | 7fe7780d354cc5e50a9aa976859c4f17205550d4 (patch) | |
tree | 86847c971a88f6fa28d395f63a79f1399bab90f4 /gcc/cexp.y | |
parent | 8efae4474742fa997eaf9c219a454bcfacb4744b (diff) | |
download | gcc-7fe7780d354cc5e50a9aa976859c4f17205550d4.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1619 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cexp.y')
-rw-r--r-- | gcc/cexp.y | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cexp.y b/gcc/cexp.y index 90d867e0819..e16028bdf94 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. */ |