]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
include netlink/netlink.h
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 21 Jan 2009 15:30:52 +0000 (16:30 +0100)
committerJohannes Berg <johannes@sipsolutions.net>
Wed, 21 Jan 2009 15:33:57 +0000 (16:33 +0100)
also fixes the nl_handle vs. nl_sock issue that has been plaguing
people trying to use libnl from git

iw.h

diff --git a/iw.h b/iw.h
index 14b7fa5b5b810ce77e125de3090459edc78bdc1e..49788e0fe977ce0be26014f43e9cf77b920b11d3 100644 (file)
--- a/iw.h
+++ b/iw.h
@@ -1,6 +1,7 @@
 #ifndef __IW_H
 #define __IW_H
 
+#include <netlink/netlink.h>
 #include <netlink/genl/genl.h>
 #include <netlink/genl/family.h>
 #include <netlink/genl/ctrl.h>