Include missing header files which define functions for which gcc has

builtins (e.g., exit, strcmp).
This commit is contained in:
Dima Dorfman
2001-06-24 23:04:23 +00:00
parent 6ce2587d28
commit cafefe8c1b
16 changed files with 17 additions and 0 deletions
+1
View File
@@ -37,6 +37,7 @@ static const char rcsid[] =
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/ioctl.h>