1
0
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:
Jim Meyering
1998-07-04 01:44:01 +00:00
parent 4b05962106
commit adfde62439

View 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>