* client_init.c: Remove #include <netdb.h> because rpc/types.h
authorTom Yu <tlyu@mit.edu>
Tue, 30 Jul 1996 23:56:58 +0000 (23:56 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 30 Jul 1996 23:56:58 +0000 (23:56 +0000)
(included from kadm5/admin.h) gets it.

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

src/lib/kadm5/clnt/ChangeLog
src/lib/kadm5/clnt/client_init.c

index aafd939a67c6cff0421ddf25819c6375c83131d1..f09373b0952583c69cb5162906be431fff16d91f 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jul 30 19:47:53 1996  Tom Yu  <tlyu@mit.edu>
+
+       * client_init.c: Remove #include <netdb.h> because rpc/types.h
+               (included from kadm5/admin.h) gets it.
+
 Wed Jul 24 20:59:35 1996  Sam Hartman  <hartmans@tertius.mit.edu>
 
        * configure.in: Don't replace setenv
index edb71e3005070f39e86da479034804d91dab6d3e..eea8e460c46207f0b5755f3668ca7924a70285ce 100644 (file)
@@ -9,7 +9,6 @@ static char *rcsid = "$Header$";
 #endif
 
 #include <stdio.h>
-#include <netdb.h>
 #include <memory.h>
 #include <string.h>
 #include <com_err.h>