comparison src/xs_support.c @ 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 89c05adc87cc
comparison
equal deleted inserted replaced
879:2a50d36215c3 880:000baa9fcd4f
25 -- 25 --
26 */ 26 */
27 #include "xs_support.h" 27 #include "xs_support.h"
28 #include <stdarg.h> 28 #include <stdarg.h>
29 #include <ctype.h> 29 #include <ctype.h>
30 #include <glib.h>
31 30
32 31
33 /* Error messages 32 /* Error messages
34 */ 33 */
35 void xs_error(const char *fmt, ...) 34 void xs_error(const char *fmt, ...)