diff src/adplug/core/binio_virtual.h @ 1991:b0ff8640f338

Make it compile again
author Christian Birchinger <joker@netswarm.net>
date Sun, 07 Oct 2007 23:32:18 +0200
parents fa9f85cebade
children 6055af71fe07
line wrap: on
line diff
--- a/src/adplug/core/binio_virtual.h	Sun Oct 07 14:45:11 2007 -0500
+++ b/src/adplug/core/binio_virtual.h	Sun Oct 07 23:32:18 2007 +0200
@@ -12,7 +12,10 @@
 #include <string>
 
 #include <glib.h>
+
+extern "C" {
 #include <audacious/vfs.h>
+};
 
 class vfsistream : public binistream, virtual public binio {
 private: