aboutsummaryrefslogtreecommitdiff
path: root/src/IO.c
diff options
context:
space:
mode:
authorMikhail Romanko <me@blankhex.com>2025-04-05 13:29:50 +0300
committerMikhail Romanko <me@blankhex.com>2025-04-05 13:55:06 +0300
commit0683389d7bc53520b3ff468da5c59f2cc5f07995 (patch)
tree53e41d34b0f38085b7ab0dc09e0ed95e91643c19 /src/IO.c
parent83a4e723bfc4c8d496ee138b719de1f321666f46 (diff)
downloadbhlib-0683389d7bc53520b3ff468da5c59f2cc5f07995.tar.gz
Improved build system and POSIX compatibility
Fixed few bugs related to build system and POSIX compatabilty.
Diffstat (limited to 'src/IO.c')
-rw-r--r--src/IO.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IO.c b/src/IO.c
index 0bb6c75..c8516da 100644
--- a/src/IO.c
+++ b/src/IO.c
@@ -1,5 +1,5 @@
#include <BH/IO.h>
-#include <malloc.h>
+#include <stdlib.h>
#define BUFFER_SIZE (sizeof(char *))