aboutsummaryrefslogtreecommitdiff
path: root/helper/linux
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@nokia.com>2019-08-16 17:43:48 +0300
committerPetri Savolainen <petri.savolainen@nokia.com>2019-08-20 14:33:59 +0300
commit0b9207d87fba558d0dd1dfcf192f4310d6bc9f93 (patch)
tree972a088dd90a27ef5220067081da92f391285311 /helper/linux
parentca17284c6b3990d30c78900c9968d88feabe02fa (diff)
helper: debug: move odph_debug.h into helper API
Moved the debug header to be part of the helper API. Signed-off-by: Petri Savolainen <petri.savolainen@nokia.com> Reviewed-by: Matias Elo <matias.elo@nokia.com>
Diffstat (limited to 'helper/linux')
-rw-r--r--helper/linux/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/linux/thread.c b/helper/linux/thread.c
index 6ed1bc8f6..eecd6fed1 100644
--- a/helper/linux/thread.c
+++ b/helper/linux/thread.c
@@ -24,7 +24,7 @@
#include <odp_api.h>
#include <odp/helper/linux/pthread.h>
#include <odp/helper/linux/process.h>
-#include "odph_debug.h"
+#include <odp/helper/odph_debug.h>
static void *_odph_run_start_routine(void *arg)
{