Some fix to compile run test check.
[bertos.git] / bertos / sec / cipher / blowfish_test.c
index 2e0ba1e53d17cf15c63d4f24793b4214d27bd260..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>