diff src/protocols/zephyr/zephyr.c @ 8386:143d0b29ba82

[gaim-migrate @ 9114] Fix a few compile warnings and errors when compiling with -ansi and run dos2unix on yahoo_auth.c and yahoo_auth.h committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 02 Mar 2004 08:05:03 +0000
parents 43dec50d8d51
children 6bd8bc8f07bb
line wrap: on
line diff
--- a/src/protocols/zephyr/zephyr.c	Tue Mar 02 07:41:05 2004 +0000
+++ b/src/protocols/zephyr/zephyr.c	Tue Mar 02 08:05:03 2004 +0000
@@ -35,6 +35,8 @@
 
 #include "zephyr/zephyr.h"
 
+#include <strings.h>
+
 extern Code_t ZGetLocations(ZLocations_t *, int *);
 extern Code_t ZSetLocation(char *);
 extern Code_t ZUnsetLocation();