summaryrefslogtreecommitdiffstats
path: root/regex.c
diff options
context:
space:
mode:
authorGreg McGary <greg@mcgary.org>1997-04-18 06:38:38 +0000
committerGreg McGary <greg@mcgary.org>1997-04-18 06:38:38 +0000
commit8c13e09279f361e18173f9e237c454af0ab33299 (patch)
treef66f1ed48a98145460da6a01926017825cebbdf2 /regex.c
parent509a418a05787df17f1e942593541798facb5acf (diff)
downloadidutils-8c13e09279f361e18173f9e237c454af0ab33299.tar.gz
idutils-8c13e09279f361e18173f9e237c454af0ab33299.tar.bz2
idutils-8c13e09279f361e18173f9e237c454af0ab33299.zip
imported from mkid-3.0.9r3_0_8_2
Diffstat (limited to 'regex.c')
-rw-r--r--regex.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/regex.c b/regex.c
index 58abe82..3900958 100644
--- a/regex.c
+++ b/regex.c
@@ -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>