changeset 1167:5d1ded9f88b7

[gaim-migrate @ 1177] some things need string.h committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 29 Nov 2000 04:05:42 +0000
parents d8324d695678
children 8fabc3349254
files plugins/icq/gaim_icq.c plugins/lagmeter.c
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/icq/gaim_icq.c	Tue Nov 28 23:08:53 2000 +0000
+++ b/plugins/icq/gaim_icq.c	Wed Nov 29 04:05:42 2000 +0000
@@ -1,4 +1,5 @@
 #include <gtk/gtk.h>
+#include <string.h>
 #include "icq.h"   /* well, we're doing ICQ, right? */
 #include "multi.h" /* needed for gaim_connection */
 #include "prpl.h"  /* needed for prpl */
--- a/plugins/lagmeter.c	Tue Nov 28 23:08:53 2000 +0000
+++ b/plugins/lagmeter.c	Wed Nov 29 04:05:42 2000 +0000
@@ -21,6 +21,7 @@
 #include <time.h>
 #include <sys/types.h>
 #include <sys/time.h>
+#include <string.h>
 #include <unistd.h>
 #include <math.h>