aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/netdev-odp.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/netdev-odp.h b/lib/netdev-odp.h
index 6162dd471..ba58c089b 100644
--- a/lib/netdev-odp.h
+++ b/lib/netdev-odp.h
@@ -7,9 +7,8 @@
#ifdef ODP_NETDEV
#include <odp.h>
-#include <odph_eth.h>
-#include <odph_ip.h>
-#include <odp_packet.h>
+#include <odp/helper/eth.h>
+#include <odp/helper/ip.h>
/* This function is not exported, we need another way to deal with
creating a packet from an ofpbuf */