diff options
Diffstat (limited to 'lib/libc/stdlib/calloc.c')
| -rw-r--r-- | lib/libc/stdlib/calloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdlib/calloc.c b/lib/libc/stdlib/calloc.c index b472d446..d5762de6 100644 --- a/lib/libc/stdlib/calloc.c +++ b/lib/libc/stdlib/calloc.c @@ -1,3 +1,4 @@ +#include "stddef.h" #include <errno.h> // for errno, EINVAL, ENOMEM #include <stdlib.h> // for calloc, malloc #include <string.h> // for size_t, memset |
