summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-09-10 04:22:01 +0000
committerRoland McGrath <roland@gnu.org>1993-09-10 04:22:01 +0000
commit6dcb33ed180f016ae8b1fc37bc1fcb7851b0fc4d (patch)
tree543c88da807b08fd67e2f80a04fdc348d379a235 /src
parent973c6f6865f699a31bb85d8ca4d0bdd848015350 (diff)
downloademacs-6dcb33ed180f016ae8b1fc37bc1fcb7851b0fc4d.tar.gz
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/alloca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloca.c b/src/alloca.c
index cab9645b7e1..282600340d0 100644
--- a/src/alloca.c
+++ b/src/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. */