Commit e7ed9ecb authored by Ondrej Zajicek (work)'s avatar Ondrej Zajicek (work)
Browse files

Client: Fix include

parent 080d9e4c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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"