diff options
Diffstat (limited to 'beecrypt/blowfish.c')
-rw-r--r-- | beecrypt/blowfish.c | 6 |
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" /** */ |