Bug #7559. Signed-off-by: Ben Pfaff <[email protected]> --- include/openvswitch/datapath-protocol.h | 2 -- lib/odp-util.h | 1 + 2 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/include/openvswitch/datapath-protocol.h b/include/openvswitch/datapath-protocol.h index d058899..acfc0f5 100644 --- a/include/openvswitch/datapath-protocol.h +++ b/include/openvswitch/datapath-protocol.h @@ -50,8 +50,6 @@ #include "openvswitch/types.h" #include <sys/socket.h> #endif - -#include <linux/netlink.h> /* datapaths. */ diff --git a/lib/odp-util.h b/lib/odp-util.h index 0e4bc0b..04a909c 100644 --- a/lib/odp-util.h +++ b/lib/odp-util.h @@ -28,6 +28,7 @@ struct ds; struct flow; +struct nlattr; struct ofpbuf; #define OVSP_NONE ((uint16_t) -1) -- 1.7.2.5 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
