- include strings.h

Thanks to Rich Felker for pointing this out.
This commit is contained in:
Bernhard Reutner-Fischer 2006-05-19 12:30:00 +00:00
parent a85a63f6ee
commit a2a647dfc1
5 changed files with 12 additions and 7 deletions

View file

@ -12,6 +12,7 @@
#include <unistd.h>
#include <ctype.h>
#include <string.h>
#include <strings.h>
#include <unistd.h>
#include <signal.h>
#include <sys/ioctl.h>