mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Add #include string.h to get prototypes.
This commit is contained in:
parent
87e904fdcf
commit
d8a6b1e31e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38416
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue