string.h is ANSI C include file
[unix-history] / usr / src / usr.bin / netstat / inet.c
index 0db7207..fae9512 100644 (file)
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)inet.c     5.12 (Berkeley) %G%";
+static char sccsid[] = "@(#)inet.c     5.13 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-#include <strings.h>
-#include <stdio.h>
-
 #include <sys/param.h>
 #include <sys/socket.h>
 #include <sys/socketvar.h>
 #include <sys/param.h>
 #include <sys/socket.h>
 #include <sys/socketvar.h>
@@ -49,6 +46,9 @@ static char sccsid[] = "@(#)inet.c    5.12 (Berkeley) %G%";
 
 #include <netdb.h>
 
 
 #include <netdb.h>
 
+#include <stdio.h>
+#include <string.h>
+
 struct inpcb inpcb;
 struct tcpcb tcpcb;
 struct socket sockb;
 struct inpcb inpcb;
 struct tcpcb tcpcb;
 struct socket sockb;