diff options
Diffstat (limited to 'beecrypt/beecrypt.c')
-rw-r--r-- | beecrypt/beecrypt.c | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/beecrypt/beecrypt.c b/beecrypt/beecrypt.c index 21f88924a..e614f1b24 100644 --- a/beecrypt/beecrypt.c +++ b/beecrypt/beecrypt.c @@ -26,22 +26,9 @@ * */ -#define BEECRYPT_DLL_EXPORT - +#include "system.h" #include "beecrypt.h" - -#if HAVE_STDLIB_H -# include <stdlib.h> -#endif -#if HAVE_MALLOC_H -# include <malloc.h> -#endif -#if HAVE_STRING_H -# include <string.h> -#endif -#if WIN32 -# include <windows.h> -#endif +#include "debug.h" #if defined(__LCLINT__) /* XXX from /usr/include/bits/sigest.h in glibc-2.2.4 */ |