diff options
author | roland <roland@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-09-10 04:22:01 +0000 |
---|---|---|
committer | roland <roland@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-09-10 04:22:01 +0000 |
commit | 78b1f65247dc31e4a4c1ac40e8c6679251a27d1a (patch) | |
tree | bbf1272bcbe02ec718fcbc2619660485ee47cfdb /gcc/alloca.c | |
parent | 886de5defc2d1610c53260cd1c9ca83ba15a4cf4 (diff) | |
download | gcc-78b1f65247dc31e4a4c1ac40e8c6679251a27d1a.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5301 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/alloca.c')
-rw-r--r-- | gcc/alloca.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/alloca.c b/gcc/alloca.c index cab9645b7e1..282600340d0 100644 --- a/gcc/alloca.c +++ b/gcc/alloca.c @@ -22,7 +22,7 @@ your main control loop, etc. to force garbage collection. */ #ifdef HAVE_CONFIG_H -#include "config.h" +#include <config.h> #endif /* If compiling with GCC 2, this file's not needed. */ |