summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libdha/libdha.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libdha/libdha.c b/libdha/libdha.c
index 11309a2546..7b332d96c0 100644
--- a/libdha/libdha.c
+++ b/libdha/libdha.c
@@ -63,6 +63,9 @@ void libdha_exit(const char *message, int level)
#endif
#ifdef CONFIG_DHAHELPER
+
+#include "kernelhelper/dhahelper.h"
+
static int mem=-1;
void *map_phys_mem(unsigned base, unsigned size)
{