From 2fe27d5ad27f3c7879ea696209bcf9702d9b7109 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 10 Dec 2010 09:51:03 -0800 Subject: netlink: Split into generic and Linux-specific parts. The parts of the netlink module that are related to sockets are Linux-specific, since only Linux has AF_NETLINK sockets. The rest can be built anywhere. This commit breaks them into two modules, and builds the generic one on all platforms. Acked-by: Jesse Gross --- lib/rtnetlink.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/rtnetlink.c') diff --git a/lib/rtnetlink.c b/lib/rtnetlink.c index 9beddb139..54340e5c0 100644 --- a/lib/rtnetlink.c +++ b/lib/rtnetlink.c @@ -26,6 +26,7 @@ #include "coverage.h" #include "netlink.h" +#include "netlink-socket.h" #include "ofpbuf.h" #include "vlog.h" -- cgit v1.2.1