Simple patch from David Fang to fix an include typo in test_cipher.c"

Sun, 07 Oct 2007 22:30:26 +0000

author
Evan Schoenberg <evands@pidgin.im>
date
Sun, 07 Oct 2007 22:30:26 +0000
changeset 20904
d258b03d7b55
parent 20903
b820b8927513
child 20905
186b0f8b11d5

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

mercurial