diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-12-31 15:32:47 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-12-31 15:38:51 -0500 |
| commit | 8c8444a03d98eb2b9262b14986859a8f4a0a23f4 (patch) | |
| tree | f37c7d1e90637840d145980cd4ac45863dada347 /src/stdlib/memory.c | |
| parent | 41f92837bebae1de783dc7f4a8f880011c72757c (diff) | |
Move print.c/h back into stdlib
Diffstat (limited to 'src/stdlib/memory.c')
| -rw-r--r-- | src/stdlib/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdlib/memory.c b/src/stdlib/memory.c index 5b23e1b5..fcb1d5a6 100644 --- a/src/stdlib/memory.c +++ b/src/stdlib/memory.c @@ -5,9 +5,9 @@ #include <stdint.h> #include <sys/param.h> -#include "../print.h" #include "memory.h" #include "metamethods.h" +#include "print.h" #include "text.h" #include "types.h" #include "util.h" |
