From 432d41ceecf5df8cfbc5a1db0cee9190f07ec1ca Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 1 Nov 2011 08:43:33 -0400 Subject: Use kernel headers for netlink definitions --- nscd/connections.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nscd') diff --git a/nscd/connections.c b/nscd/connections.c index 1b8a9bdba7..c74199616a 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 -- cgit 1.4.1