changeset 4765:b58b2617fe13

build fix
author Yoshiki Yazawa <yaz@honeyplnaet.jp>
date Sun, 10 Aug 2008 12:19:28 +0900
parents 85ab37f95dcd
children ba9eb9cc287f
files src/audacious/ui_jumptotrack_cache.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
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>