diff options
| author | Jim Blandy | 1992-12-08 00:39:49 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-12-08 00:39:49 +0000 |
| commit | 168e32e6e029349d9d124ce0cfa8a75562dbd751 (patch) | |
| tree | 16df95c99a4fec0f584eb3a81b4cce1bb635dce5 /src/regex.c | |
| parent | 92e0f87a1f6dde70bdc1abf6620588b1dadce265 (diff) | |
| download | emacs-168e32e6e029349d9d124ce0cfa8a75562dbd751.tar.gz emacs-168e32e6e029349d9d124ce0cfa8a75562dbd751.zip | |
*** empty log message ***
Diffstat (limited to 'src/regex.c')
| -rw-r--r-- | src/regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.c b/src/regex.c index 22777ca2be6..a5594be55ed 100644 --- a/src/regex.c +++ b/src/regex.c | |||
| @@ -29,7 +29,7 @@ | |||
| 29 | /* We need this for `regex.h', and perhaps for the Emacs include files. */ | 29 | /* We need this for `regex.h', and perhaps for the Emacs include files. */ |
| 30 | #include <sys/types.h> | 30 | #include <sys/types.h> |
| 31 | 31 | ||
| 32 | #ifdef HAVE_CONFIG_H | 32 | #if defined (HAVE_CONFIG_H) || defined (emacs) |
| 33 | #include "config.h" | 33 | #include "config.h" |
| 34 | #endif | 34 | #endif |
| 35 | 35 | ||