summaryrefslogtreecommitdiffstats
path: root/regex.c
diff options
context:
space:
mode:
authorGreg McGary <greg@mcgary.org>1997-04-18 06:36:44 +0000
committerGreg McGary <greg@mcgary.org>1997-04-18 06:36:44 +0000
commitad89a5d46547cb45b918926269ca2883eccf5e23 (patch)
tree668819f2f211731c92bce3d47af077655ab99d71 /regex.c
parent5da6d06373a5c5ee7f3206c696000a88bf62be7f (diff)
downloadidutils-ad89a5d46547cb45b918926269ca2883eccf5e23.tar.gz
idutils-ad89a5d46547cb45b918926269ca2883eccf5e23.tar.bz2
idutils-ad89a5d46547cb45b918926269ca2883eccf5e23.zip
imported from mkid-3.0.6r3_0_6
Diffstat (limited to 'regex.c')
-rw-r--r--regex.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/regex.c b/regex.c
index 33c7ea2..58abe82 100644
--- a/regex.c
+++ b/regex.c
@@ -26,9 +26,7 @@
#define _GNU_SOURCE
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "config.h"
/* We need this for `regex.h', and perhaps for the Emacs include files. */
#include <sys/types.h>