summaryrefslogtreecommitdiff
path: root/beecrypt/memchunk.c
diff options
context:
space:
mode:
Diffstat (limited to 'beecrypt/memchunk.c')
-rw-r--r--beecrypt/memchunk.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/beecrypt/memchunk.c b/beecrypt/memchunk.c
index 40597be9b..59fa2ee6f 100644
--- a/beecrypt/memchunk.c
+++ b/beecrypt/memchunk.c
@@ -23,16 +23,9 @@
*
*/
-#define BEECRYPT_DLL_EXPORT
-
+#include "system.h"
#include "memchunk.h"
-
-#if HAVE_STDLIB_H
-# include <stdlib.h>
-#endif
-#if HAVE_MALLOC_H
-# include <malloc.h>
-#endif
+#include "debug.h"
/*@-compdef@*/ /* tmp->data is undefined */
memchunk* memchunkAlloc(int size)