diff options
author | Jakob Kaivo <jkk@ung.org> | 2024-01-31 03:16:54 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2024-01-31 03:16:54 -0500 |
commit | b59cf979a944e9ad19d654e9ac5e0d7b102799f0 (patch) | |
tree | 00f1cbb454425b90c029b1b091aff7bc290cdc80 | |
parent | 8ccbfb94f95527fa641bd780835ac9daffd793da (diff) |
cleanup
-rw-r--r-- | src/stdlib/realloc.c | 6 |
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 |