changeset 4938:b782efa10c60

added proper dhahelper includes
author alex
date Mon, 04 Mar 2002 19:30:02 +0000
parents 5f3f768a7596
children 0b4e8f3e0f4a
files libdha/libdha.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libdha/libdha.c	Mon Mar 04 06:10:43 2002 +0000
+++ b/libdha/libdha.c	Mon Mar 04 19:30:02 2002 +0000
@@ -63,6 +63,9 @@
 #endif
 
 #ifdef CONFIG_DHAHELPER
+
+#include "kernelhelper/dhahelper.h"
+
 static int mem=-1;
 void *map_phys_mem(unsigned base, unsigned size)
 {