init.c: Add missing #include

As required by PRIx8.
This commit is contained in:
Xavier Del Campo Romero 2024-01-30 01:12:51 +01:00
parent fd53c7da8c
commit da42dfab9f
Signed by: xavi
GPG Key ID: 84FF3612A9BF43F2
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include <terrain.h>
#include <ctype.h>
#include <errno.h>
#include <inttypes.h>
#include <limits.h>
#include <stddef.h>
#include <stdint.h>