diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/alloca.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/alloca.c b/src/alloca.c index 282600340d0..bd4932aa445 100644 --- a/src/alloca.c +++ b/src/alloca.c | |||
| @@ -22,7 +22,11 @@ | |||
| 22 | your main control loop, etc. to force garbage collection. */ | 22 | your main control loop, etc. to force garbage collection. */ |
| 23 | 23 | ||
| 24 | #ifdef HAVE_CONFIG_H | 24 | #ifdef HAVE_CONFIG_H |
| 25 | #if defined (emacs) || defined (CONFIG_BROKETS) | ||
| 25 | #include <config.h> | 26 | #include <config.h> |
| 27 | #else | ||
| 28 | #include "config.h" | ||
| 29 | #endif | ||
| 26 | #endif | 30 | #endif |
| 27 | 31 | ||
| 28 | /* If compiling with GCC 2, this file's not needed. */ | 32 | /* If compiling with GCC 2, this file's not needed. */ |