[systemd-commits] src/tcpwrap.c
Lennart Poettering
lennart at kemper.freedesktop.org
Thu Jun 17 14:31:43 PDT 2010
src/tcpwrap.c | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 7cfdbb3cfe3c1b82279a013a675f81acda510fe8
Author: Lennart Poettering <lennart at poettering.net>
Date: Thu Jun 17 23:31:36 2010 +0200
tcpwrap: add missing header files for suse
diff --git a/src/tcpwrap.c b/src/tcpwrap.c
index 579aad5..38e2ead 100644
--- a/src/tcpwrap.c
+++ b/src/tcpwrap.c
@@ -21,6 +21,8 @@
#include <sys/socket.h>
#include <sys/un.h>
+#include <arpa/inet.h>
+#include <netinet/in.h>
#ifdef HAVE_LIBWRAP
#include <tcpd.h>
More information about the systemd-commits
mailing list