diff options
author | Freya Murphy <freya@freyacat.org> | 2023-12-17 11:10:04 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2023-12-17 11:10:04 -0500 |
commit | e0eacfa9773c83850ed5169d1e889ff845180581 (patch) | |
tree | 9f8bb433404ce7e4dda1b86ca4dd5d5a2fba10e9 /nbt/json/print.c | |
parent | snbt (diff) | |
download | nbtvis-main.tar.gz nbtvis-main.tar.bz2 nbtvis-main.zip |
Diffstat (limited to '')
-rw-r--r-- | nbt/json/print.c (renamed from src/json/print.c) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/json/print.c b/nbt/json/print.c index ab154b9..3b7cdb3 100644 --- a/src/json/print.c +++ b/nbt/json/print.c @@ -1,8 +1,8 @@ -#include "json.h" - #include <stdarg.h> #include <stdio.h> +#include "nbt.h" + static char buf[1024]; __attribute__((format(printf, 3, 4))) |