summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-07 22:43:29 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-07 22:43:29 +0000
commit89e9c29affa22e42bcddfcd72db99ee22961666b (patch)
treee6f946f00e682ca30d2818158ecb88b3b866db61 /libdha
parentc93c93eb260011a401bd37be59d66f379e95efdc (diff)
downloadmpv-89e9c29affa22e42bcddfcd72db99ee22961666b.tar.bz2
mpv-89e9c29affa22e42bcddfcd72db99ee22961666b.tar.xz
warning & newline fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6336 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha')
-rw-r--r--libdha/mtrr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libdha/mtrr.c b/libdha/mtrr.c
index d4cc376feb..977ce80477 100644
--- a/libdha/mtrr.c
+++ b/libdha/mtrr.c
@@ -8,6 +8,7 @@
#include "config.h"
#include <stdio.h>
+#include <string.h>
#include <errno.h>
#include "libdha.h"
#include "AsmMacros.h"
@@ -81,4 +82,4 @@ int mtrr_set_type(unsigned base,unsigned size,int type)
{
return ENOSYS;
}
-#endif \ No newline at end of file
+#endif