Need <string.h> for strlen() prototype.
This commit is contained in:
parent
1f8a9e6165
commit
926784fb90
|
@ -50,6 +50,7 @@
|
|||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
||||
/* Utility library. */
|
||||
|
||||
|
|
Loading…
Reference in New Issue