diff options
-rw-r--r-- | alloca.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -22,7 +22,11 @@ your main control loop, etc. to force garbage collection. */ #ifdef HAVE_CONFIG_H +#if defined (emacs) || defined (CONFIG_BROKETS) #include <config.h> +#else +#include "config.h" +#endif #endif /* If compiling with GCC 2, this file's not needed. */ |