Missing string_util.h include in mini_printf.c (#5572)

This commit is contained in:
hedara90 2024-10-23 21:27:27 +02:00 committed by GitHub
commit 878721cfb5
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