diff mbox

[1/3] include: make include files consistent

Message ID 1398438522-11790-2-git-send-email-anders.roxell@linaro.org
State Accepted
Headers show

Commit Message

Anders Roxell April 25, 2014, 3:08 p.m. UTC
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 include/helper/odp_ip.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/include/helper/odp_ip.h b/include/helper/odp_ip.h
index dd6396e..a364049 100644
--- a/include/helper/odp_ip.h
+++ b/include/helper/odp_ip.h
@@ -21,7 +21,7 @@  extern "C" {
 #include <odp_align.h>
 #include <odp_debug.h>
 #include <odp_byteorder.h>
-#include "odp_chksum.h"
+#include <helper/odp_chksum.h>
 
 #include <string.h>