0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 20:05:21 +00:00

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/types.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <sys/fcntl.h> #include <sys/fcntl.h>
#include <sys/uio.h>
#include <sys/un.h> #include <sys/un.h>
#include <unistd.h> #include <unistd.h>
#include <errno.h> #include <errno.h>