diff src/xs_support.h @ 880:000baa9fcd4f

Oops, need to include stdarg.h from the header as well.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 09 Nov 2012 05:20:23 +0200
parents 2a50d36215c3
children c835aa129e3b
line wrap: on
line diff
--- a/src/xs_support.h	Fri Nov 09 05:18:36 2012 +0200
+++ b/src/xs_support.h	Fri Nov 09 05:20:23 2012 +0200
@@ -11,6 +11,7 @@
 
 #include <glib.h>
 #include <stdio.h>
+#include <stdarg.h>
 
 #ifdef AUDACIOUS_PLUGIN
 #include <audacious/plugin.h>