Skip to content

Commit

Permalink
Missing string_util.h include in mini_printf.c (#5572)
Browse files Browse the repository at this point in the history
  • Loading branch information
hedara90 authored Oct 23, 2024
2 parents f1b639a + 2a61044 commit 878721c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mini_printf.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include "gba/defines.h"
#include "config/general.h"
#include "constants/characters.h"
#include "string_util.h"

#ifndef NDEBUG

Expand Down

0 comments on commit 878721c

Please sign in to comment.