mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 03:12:48 +02:00
remove ifdef around inclusion of regex.h altogether!!
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user