#include <string.h> to help silence -Wall.

This commit is contained in:
Mike Pritchard 1997-02-20 23:11:22 +00:00
parent a14390ccec
commit 90ac6cd46a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22954
3 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,7 @@
* @(#)hangman.h 8.1 (Berkeley) 5/31/93
*/
# include <string.h>
# include <curses.h>
# include <sys/types.h>
# include <sys/stat.h>

View File

@ -4,6 +4,7 @@
*/
#include <stdio.h>
#include <string.h>
#include <pwd.h>
#include <skey.h>

View File

@ -15,6 +15,7 @@ use and modify. Please send modifications and/or suggestions + bug fixes to
#include <rpcsvc/ypclnt.h>
#include "bootparam_prot.h"
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>