In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/c44e86c974e0cbe3b74c62e00f5dddbd566df8ef?hp=97b1d6e6f81c1d7c864b86ca845b7ad1edc6d789>

- Log -----------------------------------------------------------------
commit c44e86c974e0cbe3b74c62e00f5dddbd566df8ef
Author: Tony Cook <t...@develop-help.com>
Date:   Wed Sep 18 11:31:02 2013 +1000

    depend on the new win32 sys/errno2.h header
-----------------------------------------------------------------------

Summary of changes:
 win32/Makefile    | 1 +
 win32/Makefile.ce | 1 +
 win32/makefile.mk | 1 +
 3 files changed, 3 insertions(+)

diff --git a/win32/Makefile b/win32/Makefile
index 25487fa..aeaf67d 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -743,6 +743,7 @@ CORE_NOCFG_H        =               \
                ..\intrpvar.h   \
                .\include\dirent.h      \
                .\include\netdb.h       \
+               .\include\sys\errno2.h  \
                .\include\sys\socket.h  \
                .\win32.h
 
diff --git a/win32/Makefile.ce b/win32/Makefile.ce
index 311f219..1df3bb6 100644
--- a/win32/Makefile.ce
+++ b/win32/Makefile.ce
@@ -683,6 +683,7 @@ CORE_NOCFG_H        =               \
                ..\intrpvar.h   \
                .\include\dirent.h      \
                .\include\netdb.h       \
+               .\include\sys\errno2.h  \
                .\include\sys\socket.h  \
                .\win32.h
 
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 8cdbfd2..8c54a6a 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -851,6 +851,7 @@ CORE_NOCFG_H        =               \
                ..\intrpvar.h   \
                .\include\dirent.h      \
                .\include\netdb.h       \
+               .\include\sys\errno2.h  \
                .\include\sys\socket.h  \
                .\win32.h
 

--
Perl5 Master Repository

Reply via email to