openflow: Support matching and modifying MPLS TTL field.
[cascardo/ovs.git] / lib / rtbsd.h
index 60bfae9..d6b79f3 100644 (file)
@@ -17,6 +17,7 @@
 #ifndef RTBSD_H
 #define RTBSD_H 1
 
+#include <net/if.h>
 #include "list.h"
 
 /*
@@ -44,7 +45,7 @@ struct rtbsd_change {
 typedef void rtbsd_notify_func(const struct rtbsd_change *, void *aux);
 
 struct rtbsd_notifier {
-    struct list node;
+    struct ovs_list node;
     rtbsd_notify_func *cb;
     void *aux;
 };