diff options
author | Roland McGrath <roland@gnu.org> | 1993-09-10 04:22:01 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1993-09-10 04:22:01 +0000 |
commit | 94f6013a0038c21c3ec13d13c07b328b159ef348 (patch) | |
tree | f797003d220ea6c5dedd41f98224c5b6bb2ab62c /src/alloca.c | |
parent | 10939dc620326579f2f61d015d9131007dbf7729 (diff) | |
download | emacs-94f6013a0038c21c3ec13d13c07b328b159ef348.tar.gz emacs-94f6013a0038c21c3ec13d13c07b328b159ef348.tar.bz2 emacs-94f6013a0038c21c3ec13d13c07b328b159ef348.zip |
*** empty log message ***
Diffstat (limited to 'src/alloca.c')
-rw-r--r-- | src/alloca.c | 2 |
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. */ |