Include k5-sockets.h now that k5-config.h does not include netdb.h.
authorEzra Peisach <epeisach@mit.edu>
Wed, 24 May 1995 10:57:49 +0000 (10:57 +0000)
committerEzra Peisach <epeisach@mit.edu>
Wed, 24 May 1995 10:57:49 +0000 (10:57 +0000)
(Conditionalized on NEED_SOCKETS being defined)

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

src/lib/gssapi/generic/ChangeLog
src/lib/gssapi/generic/gssapiP_generic.h

index 343c109472f663a17d3aacd0f460b23dda10231f..1a92b521732570dfe20f920c704d4abce93091f4 100644 (file)
@@ -1,3 +1,7 @@
+Wed May 24 06:52:41 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
+
+       * gssapiP_generic.h: Include k5-sockets.h now that k5-config.h
+               does not include netdb.h.
 
 Mon May 22 10:08:13 EDT 1995   Paul Park       (pjpark@mit.edu)
        * Makefile.in   - Install EXPORTED_HEADERS in gssapi subdirectory of
index c740d98be7c5b38cd3649238100576f7386886f1..cc3d3942a6c0008979506879388cd240efdf93c5 100644 (file)
@@ -24,6 +24,9 @@
 #define _GSSAPIP_GENERIC_H_
 
 #include "k5-config.h"
+#ifdef NEED_SOCKETS
+#include "k5-sockets.h"
+#endif
 
 #include "gssapi.h"