summaryrefslogtreecommitdiff
path: root/lib/netdev-native-tnl.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/netdev-native-tnl.h')
-rw-r--r--lib/netdev-native-tnl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/netdev-native-tnl.h b/lib/netdev-native-tnl.h
index ed81857ca..a912ce916 100644
--- a/lib/netdev-native-tnl.h
+++ b/lib/netdev-native-tnl.h
@@ -20,8 +20,14 @@
#include <stdbool.h>
#include <stddef.h>
#include "compiler.h"
+#include "dp-packet.h"
+#include "packets.h"
#include "unixctl.h"
+struct netdev;
+struct ovs_action_push_tnl;
+struct netdev_tnl_build_header_params;
+
int
netdev_gre_build_header(const struct netdev *netdev,
struct ovs_action_push_tnl *data,