diff mbox

[v2,1/5] netdev-odp: fix header file names

Message ID 1427397836-27442-2-git-send-email-zoltan.kiss@linaro.org
State New
Headers show

Commit Message

Zoltan Kiss March 26, 2015, 7:23 p.m. UTC
Signed-off-by: Zoltan Kiss <zoltan.kiss@linaro.org>
---
 lib/netdev-odp.h | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
diff mbox

Patch

diff --git a/lib/netdev-odp.h b/lib/netdev-odp.h
index 6162dd4..ba58c08 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 */