diff options
Diffstat (limited to 'regex.c')
-rw-r--r-- | regex.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -26,7 +26,9 @@ #define _GNU_SOURCE -#include "config.h" +#if HAVE_CONFIG_H +#include <config.h> +#endif /* We need this for `regex.h', and perhaps for the Emacs include files. */ #include <sys/types.h> |