summaryrefslogtreecommitdiffstats
path: root/libao2/ao_esd.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-01-12 22:00:02 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-01-12 22:00:02 +0000
commitfa8c50d4cff38242dfddc5fa968ce7fef06f93ca (patch)
tree92cfe27c0b8a094ec77410e610a0e9460c338a78 /libao2/ao_esd.c
parent46070615c315dd55247f61b699c682b280e3474b (diff)
downloadmpv-fa8c50d4cff38242dfddc5fa968ce7fef06f93ca.tar.bz2
mpv-fa8c50d4cff38242dfddc5fa968ce7fef06f93ca.tar.xz
af_format.h needs config.h to be included first.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14480 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2/ao_esd.c')
-rw-r--r--libao2/ao_esd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libao2/ao_esd.c b/libao2/ao_esd.c
index a850ad6009..2ce2efc7c5 100644
--- a/libao2/ao_esd.c
+++ b/libao2/ao_esd.c
@@ -30,10 +30,10 @@
#endif
#include <esd.h>
+#include "config.h"
#include "audio_out.h"
#include "audio_out_internal.h"
#include "libaf/af_format.h"
-#include "config.h"
#include "mp_msg.h"
#include "help_mp.h"