Sun, 07 Oct 2007 22:30:26 +0000
Simple patch from David Fang to fix an include typo in test_cipher.c"
| libpurple/tests/test_cipher.c | file | annotate | diff | comparison | revisions |
--- a/libpurple/tests/test_cipher.c Sun Oct 07 19:07:59 2007 +0000 +++ b/libpurple/tests/test_cipher.c Sun Oct 07 22:30:26 2007 +0000 @@ -8,7 +8,7 @@ #include "tests.h" #include "../cipher.h" -#include "../signal.h" +#include "../signals.h" /****************************************************************************** * MD4 Tests