From c44e86c974e0cbe3b74c62e00f5dddbd566df8ef Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Wed, 18 Sep 2013 11:31:02 +1000 Subject: [PATCH] depend on the new win32 sys/errno2.h header --- 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 -- 2.7.4