diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-04-10 13:22:01 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-04-10 13:22:01 +0000 |
commit | e6c05c8efc1945f37bafd9797d9e92623692a8af (patch) | |
tree | df037b97fa8a45a494592b4da8075bdc0679d4dc /gcc/cppalloc.c | |
parent | 6319e58dfd915c8e1dac985c7c0c05e0e15f213b (diff) | |
download | ppe42-gcc-e6c05c8efc1945f37bafd9797d9e92623692a8af.tar.gz ppe42-gcc-e6c05c8efc1945f37bafd9797d9e92623692a8af.zip |
#include config.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9349 138bc75d-0d04-0410-961f-82ee72b054a4
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 2287dbcb4c4..3663ab50131 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 () { |