# HG changeset patch # User Gary Kramlich # Date 1191800458 0 # Node ID 6e6a870fd4f6fb8dd6720b05b68b0bd756d2d10c # Parent 05795b14f70ba68ab27aec866092be88797349fb This is the correct fix. iirc the include for signals.h was back when this was still a plugin and it was listening for the cipher signals which is not the case anymore diff -r 05795b14f70b -r 6e6a870fd4f6 libpurple/tests/test_cipher.c --- a/libpurple/tests/test_cipher.c Sun Oct 07 22:30:26 2007 +0000 +++ b/libpurple/tests/test_cipher.c Sun Oct 07 23:40:58 2007 +0000 @@ -8,7 +8,6 @@ #include "tests.h" #include "../cipher.h" -#include "../signals.h" /****************************************************************************** * MD4 Tests