diff options
author | Greg McGary <greg@mcgary.org> | 1997-04-18 06:36:44 +0000 |
---|---|---|
committer | Greg McGary <greg@mcgary.org> | 1997-04-18 06:36:44 +0000 |
commit | ad89a5d46547cb45b918926269ca2883eccf5e23 (patch) | |
tree | 668819f2f211731c92bce3d47af077655ab99d71 /regex.c | |
parent | 5da6d06373a5c5ee7f3206c696000a88bf62be7f (diff) | |
download | idutils-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.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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> |