diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rpmatch.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/rpmatch.c b/lib/rpmatch.c index bf8219514..3a439d7e3 100644 --- a/lib/rpmatch.c +++ b/lib/rpmatch.c @@ -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> |