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

Needs <ac/stdlib.h> for EXIT_*

parent df8f7cbb
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@
#include <stdio.h>
#include <ac/stdlib.h>
#include <ac/signal.h>
#include <ac/socket.h>
#include <ac/unistd.h>
......
......@@ -17,6 +17,8 @@
#include "portable.h"
#include <ac/stdlib.h>
#include <stdio.h>
#include "slurp.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