aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/ipc.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-08-01 21:31:07 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2016-08-02 02:55:43 +0200
commite9382638866929cf1accdd34ed62eccde40ca8a8 (patch)
treec876aa6f981af0c10ef6ad1f3dbe2a72c08b349d /src/ipc.c
parentwg: do not show private keys in pretty output (diff)
downloadwireguard-tools-e9382638866929cf1accdd34ed62eccde40ca8a8.tar.xz
wireguard-tools-e9382638866929cf1accdd34ed62eccde40ca8a8.zip
wg: use correct headers in ipc
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--src/ipc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipc.c b/src/ipc.c
index 4203448..3b96e6a 100644
--- a/src/ipc.c
+++ b/src/ipc.c
@@ -18,14 +18,14 @@
#include <unistd.h>
#include <time.h>
#include <dirent.h>
+#include <poll.h>
+#include <signal.h>
#include <sys/socket.h>
#include <sys/types.h>
-#include <sys/poll.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/un.h>
-#include <sys/signal.h>
#include "ipc.h"
#include "../uapi.h"