From: rasky Date: Thu, 30 Sep 2010 12:00:33 +0000 (+0000) Subject: Fix missing header in test. X-Git-Tag: 2.6.0~20 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=86697174d3d558f754806b5853c9e1c0db287421;p=bertos.git Fix missing header in test. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4381 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/sec/cipher/blowfish_test.c b/bertos/sec/cipher/blowfish_test.c index 20b8f66e..2e0ba1e5 100644 --- a/bertos/sec/cipher/blowfish_test.c +++ b/bertos/sec/cipher/blowfish_test.c @@ -37,6 +37,7 @@ #include "blowfish.h" #include +#include /* * Author : Randy L. Milbert