From: Richard M. Stallman Date: Mon, 20 Sep 1993 20:03:30 +0000 (+0000) Subject: entered into RCS X-Git-Tag: emacs-19.34~11098 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6366e5dff00f1d540506c1d65201d3d006c7b8b6;p=emacs.git entered into RCS --- 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 @@ 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. */