Fix missing header in test.
authorrasky <rasky@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 30 Sep 2010 12:00:33 +0000 (12:00 +0000)
committerrasky <rasky@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 30 Sep 2010 12:00:33 +0000 (12:00 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4381 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/sec/cipher/blowfish_test.c

index 20b8f66eb394975008e2e3892aaaa7fe9ee8f13c..2e0ba1e53d17cf15c63d4f24793b4214d27bd260 100644 (file)
@@ -37,6 +37,7 @@
 
 #include "blowfish.h"
 #include <cpu/byteorder.h>
+#include <string.h>
 
 /*
  *  Author     :  Randy L. Milbert