Include string.h for strlen declaration

This commit is contained in:
Warner Losh 2003-06-09 06:17:07 +00:00
parent f2303cfb6e
commit b5fce26182
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116073

View File

@ -11,6 +11,7 @@ static const char rcsid[] =
#endif /* not lint */
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/ioctl.h>