diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/video_out/libdha/mtrr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_out/libdha/mtrr.c b/src/video_out/libdha/mtrr.c index 6ef5c44f5..977ce8047 100644 --- a/src/video_out/libdha/mtrr.c +++ b/src/video_out/libdha/mtrr.c @@ -4,11 +4,11 @@ 2002 - Linux version by Nick Kurshev Licence: GPL */ -#ifdef HAVE_CONFIG_H + #include "config.h" -#endif #include <stdio.h> +#include <string.h> #include <errno.h> #include "libdha.h" #include "AsmMacros.h" |