# HG changeset patch # User Richard M. Stallman # Date 748555410 0 # Node ID 3963121bd25fba17fff7720e766d673d3b804622 # Parent 0325106db7fdc221f09c67d635fb79d044852086 entered into RCS diff -r 0325106db7fd -r 3963121bd25f src/alloca.c --- a/src/alloca.c Mon Sep 20 20:02:01 1993 +0000 +++ b/src/alloca.c Mon Sep 20 20:03:30 1993 +0000 @@ -22,7 +22,11 @@ your main control loop, etc. to force garbage collection. */ #ifdef HAVE_CONFIG_H +#if defined (emacs) || defined (CONFIG_BROKETS) #include +#else +#include "config.h" +#endif #endif /* If compiling with GCC 2, this file's not needed. */