]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Client: Fix include
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 22 Aug 2017 12:03:38 +0000 (14:03 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 22 Aug 2017 12:03:38 +0000 (14:03 +0200)
client/client.c

index 0d4bdf3e54f17065d3d9b553b37caf00530f173e..97cf663988c473d30934e6278dc5fc61bd501aa8 100644 (file)
 #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"