Add #include string.h to get prototypes.

This commit is contained in:
John Birrell 1998-08-18 01:47:44 +00:00
parent 87e904fdcf
commit d8a6b1e31e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38416

View File

@ -80,6 +80,7 @@ static char rcsid[] = "$Id: debug.c,v 8.11 1998/03/19 19:30:54 halley Exp $";
#include <netdb.h>
#include <resolv.h>
#include <stdio.h>
#include <string.h>
#include "port_after.h"