# HG changeset patch # User Matti Hamalainen # Date 1352431223 -7200 # Node ID 000baa9fcd4f8311066e8a8c306bc9fc3c093f18 # Parent 2a50d36215c344f4dc5f0077ec1ba87281a5d3ad Oops, need to include stdarg.h from the header as well. diff -r 2a50d36215c3 -r 000baa9fcd4f src/xs_support.c --- a/src/xs_support.c Fri Nov 09 05:18:36 2012 +0200 +++ b/src/xs_support.c Fri Nov 09 05:20:23 2012 +0200 @@ -27,7 +27,6 @@ #include "xs_support.h" #include #include -#include /* Error messages diff -r 2a50d36215c3 -r 000baa9fcd4f src/xs_support.h --- 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 #include +#include #ifdef AUDACIOUS_PLUGIN #include