From 37ea342f8576e90cf024f746d86117b195f34095 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 14 Mar 2008 16:46:13 +0000 Subject: #include config.h before all other headers. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26235 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/test2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mp3lib/test2.c') diff --git a/mp3lib/test2.c b/mp3lib/test2.c index 17c92bf79b..6a20960663 100644 --- a/mp3lib/test2.c +++ b/mp3lib/test2.c @@ -9,8 +9,8 @@ #include #include -#include "mp3lib/mp3.h" #include "config.h" +#include "mp3lib/mp3.h" #include "cpudetect.h" static FILE* mp3file=NULL; -- cgit v1.2.3