aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2017-08-22 14:03:38 +0200
committerOndrej Zajicek (work) <santiago@crfreenet.org>2017-08-22 14:03:38 +0200
commite7ed9ecba77162b4c09f34354378b0e752b9078e (patch)
tree8a1af18c7bc183324fe188da894311f5469e717d
parent080d9e4ce25f8f14e61ba0a81d5385bf8de3e48f (diff)
downloadbird-e7ed9ecba77162b4c09f34354378b0e752b9078e.tar.gz
Client: Fix include
-rw-r--r--client/client.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/client.c b/client/client.c
index 0d4bdf3e..97cf6639 100644
--- a/client/client.c
+++ b/client/client.c
@@ -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"