Fixes missing header.

This commit is contained in:
Ondrej Zajicek 2010-04-03 10:45:21 +02:00
parent e60d55becd
commit 46a82e9c2c

View file

@ -14,6 +14,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/fcntl.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <unistd.h>
#include <errno.h>