diff options
author | Roland McGrath <roland@gcc.gnu.org> | 1993-09-10 04:22:01 +0000 |
---|---|---|
committer | Roland McGrath <roland@gcc.gnu.org> | 1993-09-10 04:22:01 +0000 |
commit | 7a1487cd7790ad35898c4ba208935990fea1b846 (patch) | |
tree | bbf1272bcbe02ec718fcbc2619660485ee47cfdb /gcc | |
parent | 2bede7299807c7eb79ef4180a0bf10ff97f301c8 (diff) | |
download | gcc-7a1487cd7790ad35898c4ba208935990fea1b846.zip gcc-7a1487cd7790ad35898c4ba208935990fea1b846.tar.gz gcc-7a1487cd7790ad35898c4ba208935990fea1b846.tar.bz2 |
*** empty log message ***
From-SVN: r5301
Diffstat (limited to 'gcc')
-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 cab9645..2826003 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. */ |