Client: Fix include

This commit is contained in:
Ondrej Zajicek (work) 2017-08-22 14:03:38 +02:00
parent 080d9e4ce2
commit e7ed9ecba7

View file

@ -25,9 +25,10 @@
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <sys/types.h>
#include <sys/un.h>
#include "nest/bird.h"
#include "lib/resource.h"