diff src/protocols/yahoo/login.c @ 2154:cff133e0ec0c

[gaim-migrate @ 2164] part 2 of this. first was removing mail notifications; this is moving proto_opt stuff to multi.c and just having prpls say what they want. next it's on to the buddy right-click menu. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 22 Aug 2001 22:05:56 +0000
parents 424a40f12a6c
children
line wrap: on
line diff
--- a/src/protocols/yahoo/login.c	Wed Aug 22 21:11:58 2001 +0000
+++ b/src/protocols/yahoo/login.c	Wed Aug 22 22:05:56 2001 +0000
@@ -20,6 +20,7 @@
  */
 
 #include "internal.h"
+#include <string.h>
 
 int yahoo_send_login(struct yahoo_session *session, const char *name, const char *password)
 {