* fake-addrinfo.h: Include port-sockets.h instead of system header files; should...
authorKen Raeburn <raeburn@mit.edu>
Fri, 20 Jul 2001 22:58:02 +0000 (22:58 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 20 Jul 2001 22:58:02 +0000 (22:58 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13622 dc483132-0cff-0310-8789-dd5450dbe970

src/include/ChangeLog
src/include/fake-addrinfo.h

index 6fb2ee35ab116139ba1b3e81618421cb2a26b432..d79b7338d16c9e1488277b0d6d2443406d6dd0a0 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-20  Ken Raeburn  <raeburn@mit.edu>
+
+       * fake-addrinfo.h: Include port-sockets.h instead of system header
+       files; should fix Windows build.
+
 2001-07-19  Ken Raeburn  <raeburn@mit.edu>
 
        * fake-addrinfo.h (translate_h_errno): Supply a default value in
index 6036b4cac3b09e2e1997a3a3da56225c4fe84b39..78c471f8fdd4f952342787d2580d9fdd085ce072 100644 (file)
@@ -1,6 +1,4 @@
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <netdb.h>
+#include "port-sockets.h"
 
 #ifndef HAVE_GETADDRINFO