remove ifdef around inclusion of regex.h altogether!!
[gnulib.git] / lib / rpmatch.c
index bf82195..3a439d7 100644 (file)
@@ -30,9 +30,7 @@
 #endif
 
 #include <sys/types.h>
-#if ! HAVE_LIBC_REGEX
-# include <regex.h>
-#endif
+#include <regex.h>
 
 #if ENABLE_NLS
 # include <libintl.h>