Include string.h for strlen declaration

This commit is contained in:
imp 2003-06-09 06:17:07 +00:00
parent 606a9095e3
commit 8c54690ffe

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>