From 7c3df2a6486482f3a51ff897215ea28f64b7de97 Mon Sep 17 00:00:00 2001 From: Christophe Milard Date: Thu, 11 Feb 2016 15:21:42 +0100 Subject: api: move include/odp.h to include/odp_api.h odp.h actually describes the applicatiion interface of ODP and is logicaly moved to odp_api.h. Applications now includes . This simplifies the addition of other ODP interfaces (e.g. drivers may include odp_drv.h in the future.) Signed-off-by: Christophe Milard Reviewed-by: Bill Fischofer Signed-off-by: Maxim Uvarov --- helper/hashtable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helper/hashtable.c') diff --git a/helper/hashtable.c b/helper/hashtable.c index e0f562e5c..8bb1ae57c 100644 --- a/helper/hashtable.c +++ b/helper/hashtable.c @@ -10,7 +10,7 @@ #include "odph_hashtable.h" #include "odph_list_internal.h" #include "odph_debug.h" -#include +#include #define ODPH_SUCCESS 0 #define ODPH_FAIL -1 -- cgit v1.2.3