Skip to content

Commit

Permalink
Fix 32bit ARM debug builds (thanks again, tizi)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Oct 7, 2023
1 parent 1a74efe commit 4819233
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/kinc/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#include <kinc/global.h>

#include <kinc/log.h>

#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
Expand Down

0 comments on commit 4819233

Please sign in to comment.