Missing string_util.h include in mini_printf.c

This commit is contained in:
Martin Griffin 2024-10-23 20:09:29 +01:00 committed by GitHub
parent f1b639a504
commit 2a610443ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,6 +37,7 @@
#include "gba/defines.h"
#include "config/general.h"
#include "constants/characters.h"
#include "string_util.h"
#ifndef NDEBUG