Needs <ac/stdlib.h> for EXIT_*

This commit is contained in:
Kurt Zeilenga 1999-08-03 18:41:55 +00:00
parent df8f7cbb9b
commit 59c8a88c2f
2 changed files with 3 additions and 0 deletions

View file

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

View file

@ -17,6 +17,8 @@
#include "portable.h"
#include <ac/stdlib.h>
#include <stdio.h>
#include "slurp.h"