diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-04-10 09:22:01 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-04-10 09:22:01 -0400 |
commit | 800f087e3442509a59463b436548d07ccb101f0a (patch) | |
tree | df037b97fa8a45a494592b4da8075bdc0679d4dc /gcc/cppalloc.c | |
parent | 4580042b083296478be10bac66821088ee07ef46 (diff) | |
download | gcc-800f087e3442509a59463b436548d07ccb101f0a.zip gcc-800f087e3442509a59463b436548d07ccb101f0a.tar.gz gcc-800f087e3442509a59463b436548d07ccb101f0a.tar.bz2 |
#include config.h.
From-SVN: r9349
Diffstat (limited to 'gcc/cppalloc.c')
-rw-r--r-- | gcc/cppalloc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cppalloc.c b/gcc/cppalloc.c index 2287dbc..3663ab50 100644 --- a/gcc/cppalloc.c +++ b/gcc/cppalloc.c @@ -22,6 +22,8 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. You are forbidden to forbid anyone else to use, share and improve what you give them. Help stamp out software-hoarding! */ +#include "config.h" + static void memory_full () { |