diff src/audacious/ui_jumptotrack_cache.c @ 4765:b58b2617fe13

build fix
author Yoshiki Yazawa <yaz@honeyplnaet.jp>
date Sun, 10 Aug 2008 12:19:28 +0900
parents b87f8c707b7f
children
line wrap: on
line diff
--- a/src/audacious/ui_jumptotrack_cache.c	Sat Aug 09 18:46:01 2008 +0300
+++ b/src/audacious/ui_jumptotrack_cache.c	Sun Aug 10 12:19:28 2008 +0900
@@ -17,6 +17,10 @@
  *  Audacious or using our public API to be a derived work.
  */
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <glib.h>
 #include <string.h>
 #include <assert.h>