summaryrefslogtreecommitdiff
path: root/lib/rtnetlink.c
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-12-10 09:51:03 -0800
committerBen Pfaff <blp@nicira.com>2010-12-10 11:13:27 -0800
commit2fe27d5ad27f3c7879ea696209bcf9702d9b7109 (patch)
tree943745f56a960fcd88b14205271fbf4d7d987f6f /lib/rtnetlink.c
parent365a25176bf854112b37c56888979d7755ab0d72 (diff)
downloadopenvswitch-2fe27d5ad27f3c7879ea696209bcf9702d9b7109.tar.gz
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 <jesse@nicira.com>
Diffstat (limited to 'lib/rtnetlink.c')
-rw-r--r--lib/rtnetlink.c1
1 files changed, 1 insertions, 0 deletions
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"