Need <string.h> for strlen() prototype.

This commit is contained in:
thorpej 2000-05-04 06:08:56 +00:00
parent 1f8a9e6165
commit 926784fb90
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <string.h>
/* Utility library. */