diff options
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. */ |