diff src/modplug/gui/main.cxx @ 34:d8dc80263d98 trunk

[svn] #include "audacious/util.h"? WTF? Fixed.
author js
date Mon, 18 Sep 2006 08:47:33 -0700
parents 3da1b8942b8b
children f026de9d341c
line wrap: on
line diff
--- a/src/modplug/gui/main.cxx	Mon Sep 18 08:38:24 2006 -0700
+++ b/src/modplug/gui/main.cxx	Mon Sep 18 08:47:33 2006 -0700
@@ -9,7 +9,7 @@
 
 #include <gtk/gtk.h>
 #include <libintl.h>
-#include "audacious/util.c"
+#include "audacious/util.h"
 
 #include "interface.h"
 #include "support.h"