changeset 20826:05795b14f70b

Simple patch from David Fang to fix an include typo in test_cipher.c"
author Evan Schoenberg <evan.s@dreskin.net>
date Sun, 07 Oct 2007 22:30:26 +0000
parents de042c768169
children 6e6a870fd4f6
files libpurple/tests/test_cipher.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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