diff options
author | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-03-04 19:30:02 +0000 |
---|---|---|
committer | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-03-04 19:30:02 +0000 |
commit | 2af105e2f5a2059e0f15ccf1b3a47df3e3467ccc (patch) | |
tree | 49cfcc72898d88dd53e007088abb405751d19b0c | |
parent | 31fbdc21ca0edc5b82cdb39922b192d354261f3d (diff) |
added proper dhahelper includes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4939 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libdha/libdha.c | 3 |
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) { |