diff options
Diffstat (limited to 'ext/Errno/Errno_pm.PL')
-rw-r--r-- | ext/Errno/Errno_pm.PL | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/Errno/Errno_pm.PL b/ext/Errno/Errno_pm.PL index 8267cbc153..776a5e56be 100644 --- a/ext/Errno/Errno_pm.PL +++ b/ext/Errno/Errno_pm.PL @@ -209,7 +209,6 @@ sub write_errno_pm { print CPPI "#include <errno.h>\n"; } if ($IsMSWin32) { - print CPPI "#include <winsock.h>\n"; print CPPI qq[#include "../../win32/include/sys/errno2.h"\n]; } |