summaryrefslogtreecommitdiffstats
path: root/loader/afl.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-08 10:43:30 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-08 10:43:30 +0000
commit4b34771463b96153c274db1b91eb425dce50208d (patch)
tree4a8bc86666133bf3308c39ccdbb88afbcebd8fbc /loader/afl.c
parent108fff3efbb63e1160437fdfd8ed6916a9c7c0ca (diff)
downloadmpv-4b34771463b96153c274db1b91eb425dce50208d.tar.bz2
mpv-4b34771463b96153c274db1b91eb425dce50208d.tar.xz
Rename loader/driver.[ch] to loader/drv.[ch], otherwise loader/driver.h can
conflict with the header by the same name in loader/wine/driver.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27031 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/afl.c')
-rw-r--r--loader/afl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/afl.c b/loader/afl.c
index e919f5e4f2..36b666bb0a 100644
--- a/loader/afl.c
+++ b/loader/afl.c
@@ -37,7 +37,7 @@
#ifndef __MINGW32__
#include "ext.h"
#endif
-#include "driver.h"
+#include "drv.h"
#include <stdio.h>
#include <stdlib.h>