This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Deparse: handle state attributes
[perl5.git] / cflags.SH
index 5834f02..e60742f 100755 (executable)
--- a/cflags.SH
+++ b/cflags.SH
@@ -76,9 +76,7 @@ cat >_cflags.c <<__EOT__
 #include <stdlib.h>
 #include <stddef.h>
 #include <stdarg.h>
-#ifdef I_LIMITS
 #include <limits.h>
-#endif
 #ifdef I_DIRENT
 #include <dirent.h>
 #endif