pipe(2) needs unistd.h

This commit is contained in:
Kurt Zeilenga 1999-08-31 17:51:04 +00:00
parent 1459ab3495
commit 683ea591f7

View file

@ -5,6 +5,7 @@
#include "portable.h"
#include <ac/socket.h>
#include <ac/unistd.h>
#include <lutil.h>