string.h is ANSI C include file
[unix-history] / usr / src / lib / libc / net / res_query.c
index 36857ed..710c892 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)res_query.c        5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)res_query.c        5.6 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/param.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/param.h>
@@ -26,7 +26,7 @@ static char sccsid[] = "@(#)res_query.c       5.5 (Berkeley) %G%";
 #include <netdb.h>
 #include <stdio.h>
 #include <errno.h>
 #include <netdb.h>
 #include <stdio.h>
 #include <errno.h>
-#include <strings.h>
+#include <string.h>
 #include <arpa/inet.h>
 #include <arpa/nameser.h>
 #include <resolv.h>
 #include <arpa/inet.h>
 #include <arpa/nameser.h>
 #include <resolv.h>