# HG changeset patch # User Evan Schoenberg # Date 1191796226 0 # Node ID 05795b14f70ba68ab27aec866092be88797349fb # Parent de042c76816956aecd54e5315dd39d5981af74ee Simple patch from David Fang to fix an include typo in test_cipher.c" diff -r de042c768169 -r 05795b14f70b libpurple/tests/test_cipher.c --- 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