[systemd-commits] src/shared
Zbigniew JÄdrzejewski-Szmek
zbyszek at kemper.freedesktop.org
Thu Dec 12 05:54:25 PST 2013
src/shared/logs-show.c | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 2a410422ec0c80c4ffc09f232a9b83f5a3d2a22a
Author: Marc-Antoine Perennou <Marc-Antoine at Perennou.com>
Date: Thu Dec 12 13:56:13 2013 +0900
shared: add missing include
Needed for socketpair, recv
diff --git a/src/shared/logs-show.c b/src/shared/logs-show.c
index c99fc75..0e3fd3d 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>
More information about the systemd-commits
mailing list