pbutils: config.h include should come before all other includes
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 6 Jan 2011 00:28:39 +0000 (00:28 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 6 Jan 2011 00:28:39 +0000 (00:28 +0000)
gst-libs/gst/pbutils/encoding-target.c

index 5961c25..0a42ff3 100644 (file)
  * Boston, MA 02111-1307, USA.
  */
 
-#include <locale.h>
-#include <string.h>
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
+
+#include <locale.h>
+#include <string.h>
 #include "encoding-target.h"
 
 /*