aboutsummaryrefslogtreecommitdiff
path: root/helper/hashtable.c
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2017-01-23 14:46:06 -0500
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-01-25 19:25:50 +0300
commit88ed645e7378b955c580ec2b8ce9b846a5fb48f0 (patch)
treedd8c3f5aec50744f946b176a5b3dd60fed91d7db /helper/hashtable.c
parent722fd6f8286722d30d50c00769fa4fcad5935dd2 (diff)
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 <mike.holmes@linaro.org> Reviewed-by: Christophe Milard <christophe.milard@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'helper/hashtable.c')
-rw-r--r--helper/hashtable.c2
1 files changed, 1 insertions, 1 deletions
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 <string.h>
#include <malloc.h>
-#include "odph_hashtable.h"
+#include "odp/helper/odph_hashtable.h"
#include "odph_list_internal.h"
#include "odph_debug.h"
#include <odp_api.h>