From 432d41ceecf5df8cfbc5a1db0cee9190f07ec1ca Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 1 Nov 2011 08:43:33 -0400 Subject: [PATCH] Use kernel headers for netlink definitions --- ChangeLog | 4 ++++ nscd/connections.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6e247ec..2a096f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-11-01 Ulrich Drepper + + * nscd/connections.c: Use kernel headers instead of . + 2011-10-31 Paul Pluzhnikov * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce diff --git a/nscd/connections.c b/nscd/connections.c index 1b8a9bd..c741996 100644 --- a/nscd/connections.c +++ b/nscd/connections.c @@ -34,7 +34,8 @@ #include #include #ifdef HAVE_NETLINK -# include +# include +# include #endif #ifdef HAVE_EPOLL # include -- 2.7.4