Some fix to compile run test check.
[bertos.git] / bertos / sec / cipher / blowfish_test.c
index 20b8f66eb394975008e2e3892aaaa7fe9ee8f13c..ab60babc4774415513316b8d769c3f750dc88a24 100644 (file)
@@ -26,7 +26,7 @@
  * invalidate any other reasons why the executable file might be covered by
  * the GNU General Public License.
  *
- * Copyright 2006 Develer S.r.l. (http://www.develer.com/)
+ * Copyright 2010 Develer S.r.l. (http://www.develer.com/)
  *
  * -->
  *
  */
 
 #include "blowfish.h"
+
+#include <cfg/debug.h>
+#include <cfg/test.h>
+
 #include <cpu/byteorder.h>
+#include <string.h>
 
 /*
  *  Author     :  Randy L. Milbert