changeset 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 cefe59828f90
children b5c5c1d13783
files src/signals.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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;