summaryrefslogtreecommitdiff
path: root/src/malloc
diff options
context:
space:
mode:
Diffstat (limited to 'src/malloc')
-rw-r--r--src/malloc/calloc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/malloc/calloc.c b/src/malloc/calloc.c
index 9d574562..c3dfb473 100644
--- a/src/malloc/calloc.c
+++ b/src/malloc/calloc.c
@@ -1,6 +1,5 @@
#include <stdlib.h>
#include <errno.h>
-#include <string.h>
void *calloc(size_t m, size_t n)
{