aboutsummaryrefslogtreecommitdiff
path: root/helper
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2019-09-16 14:01:21 +0300
committerMatias Elo <matias.elo@nokia.com>2019-11-21 14:45:29 +0200
commitaa4eed50eb9c7185b2cbf329851a42ce4d0d5608 (patch)
tree23e85dbe335fa3c8d2f83783d3f9aa5d209a633d /helper
parent490a96539b9f03d76a6be08a918e8fd2a7a21ae5 (diff)
helper: debug: add missing config header include
Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'helper')
-rw-r--r--helper/include/odp/helper/odph_debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/helper/include/odp/helper/odph_debug.h b/helper/include/odp/helper/odph_debug.h
index c99936f4b..04d839b1d 100644
--- a/helper/include/odp/helper/odph_debug.h
+++ b/helper/include/odp/helper/odph_debug.h
@@ -15,6 +15,8 @@
#ifndef ODPH_DEBUG_H_
#define ODPH_DEBUG_H_
+#include "config.h"
+
#include <stdio.h>
#include <stdlib.h>