summaryrefslogtreecommitdiff
path: root/src/shared/logs-show.c
diff options
context:
space:
mode:
authorMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2013-12-12 13:56:13 +0900
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-12-12 08:49:25 -0500
commit2a410422ec0c80c4ffc09f232a9b83f5a3d2a22a (patch)
treeab6365495f2716420bad45832f430684dc32f41f /src/shared/logs-show.c
parentd90bb66996f5e3e9b6987e60980ff721b6fc2aff (diff)
shared: add missing include
Needed for socketpair, recv
Diffstat (limited to 'src/shared/logs-show.c')
-rw-r--r--src/shared/logs-show.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/logs-show.c b/src/shared/logs-show.c
index c99fc75694..0e3fd3de26 100644
--- a/src/shared/logs-show.c
+++ b/src/shared/logs-show.c
@@ -23,6 +23,7 @@
#include <assert.h>
#include <errno.h>
#include <sys/poll.h>
+#include <sys/socket.h>
#include <string.h>
#include <fcntl.h>