timeout: include <stdint.h> for intptr_t
rockbox-gerrit-noreply--- via rockbox-cvs <[email protected]>
| Newsgroups | gmane.comp.systems.archos.rockbox.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 9039355bf833521d026b9f4f4e2dc3fde96f032d Author: Aidan MacDonald <[email protected]> Date: Wed Aug 19 11:39:16 2026 +0100 timeout: include <stdint.h> for intptr_t Change-Id: I5c5bd4e68d970f344b99e318f7818e4773bdda40 diff --git a/firmware/kernel/include/timeout.h b/firmware/kernel/include/timeout.h index 1775000c52..140e9d5c9f 100644 --- a/firmware/kernel/include/timeout.h +++ b/firmware/kernel/include/timeout.h @@ -21,6 +21,7 @@ #define _KERNEL_H_ #include "config.h" +#include <stdint.h> struct timeout; -- rockbox-cvs mailing list [email protected] https://lists.haxx.se/mailman/listinfo/rockbox-cvs