summaryrefslogtreecommitdiff
path: root/beecrypt/blowfish.c
diff options
context:
space:
mode:
Diffstat (limited to 'beecrypt/blowfish.c')
-rw-r--r--beecrypt/blowfish.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/beecrypt/blowfish.c b/beecrypt/blowfish.c
index 7eaec7a69..61adec10f 100644
--- a/beecrypt/blowfish.c
+++ b/beecrypt/blowfish.c
@@ -32,12 +32,10 @@
*
*/
-#define BEECRYPT_DLL_EXPORT
-
+#include "system.h"
#include "blowfish.h"
#include "endianness.h"
-
-#include <string.h>
+#include "debug.h"
/**
*/