Add headers to resolve implicit declaration warnings.

This commit is contained in:
Kurt Zeilenga 1998-11-18 18:11:55 +00:00
parent 3111cfa3bd
commit 8be224a80e
3 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include <stdlib.h>
#include <ac/ctype.h>
#include <ac/signal.h>
#include <ac/socket.h>
#include <ac/string.h>

View File

@ -22,6 +22,8 @@
#include <ac/wait.h>
#include <ac/unistd.h>
#include <sys/stat.h>
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif

View File

@ -14,6 +14,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <ac/ctype.h>
#include <ac/errno.h>