diff src/console/Audacious_Driver.cxx @ 528:4d8b92b55acf trunk

[svn] - add config.h includes where needed
author nenolod
date Mon, 22 Jan 2007 18:53:19 -0800
parents d124034ebea3
children d5782f3bd760
line wrap: on
line diff
--- a/src/console/Audacious_Driver.cxx	Mon Jan 22 18:41:17 2007 -0800
+++ b/src/console/Audacious_Driver.cxx	Mon Jan 22 18:53:19 2007 -0800
@@ -6,6 +6,10 @@
  * http://www.slack.net/~ant/libs/
  */
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <glib.h>
 #include <audacious/i18n.h>
 #include <gtk/gtk.h>