diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-08-22 14:03:38 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-08-22 14:03:38 +0200 |
commit | e7ed9ecba77162b4c09f34354378b0e752b9078e (patch) | |
tree | 8a1af18c7bc183324fe188da894311f5469e717d /client | |
parent | 080d9e4ce25f8f14e61ba0a81d5385bf8de3e48f (diff) |
Client: Fix include
Diffstat (limited to 'client')
-rw-r--r-- | client/client.c | 3 |
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" |