diff options
Diffstat (limited to 'src/lid.c')
-rw-r--r-- | src/lid.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -26,6 +26,7 @@ #include <sys/wait.h> #include <assert.h> #include <getopt.h> +#include <regex.h> #include "xstring.h" #include "xunistd.h" #include "xnls.h" @@ -38,11 +39,6 @@ #if HAVE_LIMITS_H # include <limits.h> #endif -#if WITH_REGEX -# include <regex.h> -#else -# include <rx.h> -#endif typedef void (*report_func_t) __P((char const *name, struct file_link **flinkv)); typedef int (*query_func_t) __P((char const *arg, report_func_t)); |