chiark / gitweb /
shared: add missing include
authorMarc-Antoine Perennou <Marc-Antoine@Perennou.com>
Thu, 12 Dec 2013 04:56:13 +0000 (13:56 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 12 Dec 2013 13:49:25 +0000 (08:49 -0500)
Needed for socketpair, recv

src/shared/logs-show.c

index c99fc7569429d94324b1c5874baefc349591160e..0e3fd3de2630c14e0dfee67eebf11d7cf204438f 100644 (file)
@@ -23,6 +23,7 @@
 #include <assert.h>
 #include <errno.h>
 #include <sys/poll.h>
+#include <sys/socket.h>
 #include <string.h>
 #include <fcntl.h>