aboutsummaryrefslogtreecommitdiff
path: root/helper
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2019-09-16 14:01:21 +0300
committerPetri Savolainen <petri.savolainen@nokia.com>2019-09-19 15:49:24 +0300
commitbc6bf0a4ff3c7b5f1a0709fcf6451683958a124b (patch)
tree6fc6818a85deb50f76b9ffad5ba8bf80f3ef61aa /helper
parent5a63614fd03e4fafe24ea576790c44792d998a1c (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>