From 88ed645e7378b955c580ec2b8ce9b846a5fb48f0 Mon Sep 17 00:00:00 2001 From: Mike Holmes Date: Mon, 23 Jan 2017 14:46:06 -0500 Subject: helper: use odph_api.h for test include for unexported files Adding the previously missing table functions to the public helper api allows the tests to use just odph_api.h Signed-off-by: Mike Holmes Reviewed-by: Christophe Milard 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 8bb1ae57c..983b3da9a 100644 --- a/helper/hashtable.c +++ b/helper/hashtable.c @@ -7,7 +7,7 @@ #include #include -#include "odph_hashtable.h" +#include "odp/helper/odph_hashtable.h" #include "odph_list_internal.h" #include "odph_debug.h" #include -- cgit v1.2.3