Skip to content
Snippets Groups Projects
Commit 8be224a8 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add headers to resolve implicit declaration warnings.

parent 3111cfa3
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@
#include <stdlib.h>
#include <ac/ctype.h>
#include <ac/signal.h>
#include <ac/socket.h>
#include <ac/string.h>
......
......@@ -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
......
......@@ -14,6 +14,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <ac/ctype.h>
#include <ac/errno.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment