diff src/signals.c @ 9127:f4d981c9c4ab

[gaim-migrate @ 9905] minor tweak committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 30 May 2004 19:28:06 +0000
parents f2919ca98e78
children 1fac0336890c
line wrap: on
line diff
--- a/src/signals.c	Sun May 30 17:05:21 2004 +0000
+++ b/src/signals.c	Sun May 30 19:28:06 2004 +0000
@@ -28,6 +28,9 @@
 #include "signals.h"
 #include "value.h"
 
+/* must include this to use G_VA_COPY */
+#include <string.h>
+
 typedef struct
 {
 	void *instance;