--- a/libpurple/ciphers/rc4.c Mon Feb 14 06:51:10 2011 +0000 +++ b/libpurple/ciphers/rc4.c Mon Feb 14 06:54:12 2011 +0000 @@ -20,7 +20,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include <cipher.h> -#include <string.h> struct RC4Context { guchar state[256];