summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2024-01-31 03:16:54 -0500
committerJakob Kaivo <jkk@ung.org>2024-01-31 03:16:54 -0500
commitb59cf979a944e9ad19d654e9ac5e0d7b102799f0 (patch)
tree00f1cbb454425b90c029b1b091aff7bc290cdc80
parent8ccbfb94f95527fa641bd780835ac9daffd793da (diff)
cleanup
-rw-r--r--src/stdlib/realloc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/stdlib/realloc.c b/src/stdlib/realloc.c
index e02ad89a..d375ad42 100644
--- a/src/stdlib/realloc.c
+++ b/src/stdlib/realloc.c
@@ -7,9 +7,9 @@
#include <stdlib.h>
#include "_stdlib.h"
#if 0
-//#include <sys/types.h>
-//#include <fcntl.h>
-//#include <sys/mman.h>
+#include <sys/types.h>
+#include <fcntl.h>
+#include <sys/mman.h>
#endif
#ifdef POSIX_FORCED