Fix missing header. Add blowfish source to run_test script.
[bertos.git] / bertos / sec / cipher / blowfish_test.c
index 2e0ba1e53d17cf15c63d4f24793b4214d27bd260..5a2ba230f23c1a634a9ff32102c6c70764235e7f 100644 (file)
  */
 
 #include "blowfish.h"
+
+#include <cfg/debug.h>
+#include <cfg/test.h>
+
 #include <cpu/byteorder.h>
 #include <string.h>