* kadm.h: Include port-sockets.h, not netinet/in.h, for Windows
authorTom Yu <tlyu@mit.edu>
Wed, 4 Dec 2002 06:35:46 +0000 (06:35 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 4 Dec 2002 06:35:46 +0000 (06:35 +0000)
portability.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15025 dc483132-0cff-0310-8789-dd5450dbe970

src/include/kerberosIV/ChangeLog
src/include/kerberosIV/kadm.h

index 2cec20b5f7188aaf8db9aee50d0dd2653706d4aa..31a832e215b7b1071708ecf55998d85afeacd36e 100644 (file)
@@ -1,3 +1,8 @@
+2002-12-04  Tom Yu  <tlyu@mit.edu>
+
+       * kadm.h: Include port-sockets.h, not netinet/in.h, for Windows
+       portability.
+
 2002-12-02  Tom Yu  <tlyu@mit.edu>
 
        * Makefile.in (kadm_err.h): Build here.
index e65af292662ce008f1054a49fd2b2afd99772072..a1407dae7ebdbe2b4e7584c11f4a164a87760b8e 100644 (file)
@@ -43,7 +43,7 @@
 #endif
 
 #include <sys/types.h>
-#include <netinet/in.h>
+#include "port-sockets.h"
 #include <kerberosIV/krb.h>
 #include <kerberosIV/des.h>