diff options
Diffstat (limited to 'beecrypt/tests/testmd5.c')
-rw-r--r-- | beecrypt/tests/testmd5.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/beecrypt/tests/testmd5.c b/beecrypt/tests/testmd5.c index ae89d6206..b7776ef76 100644 --- a/beecrypt/tests/testmd5.c +++ b/beecrypt/tests/testmd5.c @@ -24,9 +24,9 @@ * \ingroup UNIT_m */ -#include <stdio.h> - +#include "system.h" #include "md5.h" +#include "debug.h" struct vector { |