diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-10-31 10:06:06 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-10-31 14:10:46 +0000 |
commit | ce9e7e712238dc69a825a49f4f226ff47fbbff69 (patch) | |
tree | 83c6c60246ec5512caa736bb97a9e018648dde64 /firmware/target/hosted/system-hosted.c | |
parent | 8e5c57a8225b12974ee7032a1bca512b49bca530 (diff) | |
download | rockbox-ce9e7e712238dc69a825a49f4f226ff47fbbff69.tar.gz rockbox-ce9e7e712238dc69a825a49f4f226ff47fbbff69.zip |
hosted: fix warning when LOGF is enabled
Change-Id: I67b4cbf8899860411869399143424a0e55d0d4ca
Diffstat (limited to 'firmware/target/hosted/system-hosted.c')
-rw-r--r-- | firmware/target/hosted/system-hosted.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/hosted/system-hosted.c b/firmware/target/hosted/system-hosted.c index fa492c1094..a8b7dc82d3 100644 --- a/firmware/target/hosted/system-hosted.c +++ b/firmware/target/hosted/system-hosted.c | |||
@@ -32,6 +32,7 @@ | |||
32 | #include "backlight-target.h" | 32 | #include "backlight-target.h" |
33 | #include "lcd.h" | 33 | #include "lcd.h" |
34 | #include "filesystem-hosted.h" | 34 | #include "filesystem-hosted.h" |
35 | #include "logf.h" | ||
35 | 36 | ||
36 | /* to make thread-internal.h happy */ | 37 | /* to make thread-internal.h happy */ |
37 | uintptr_t *stackbegin; | 38 | uintptr_t *stackbegin; |