On Mon, 23 Oct 2023 15:00:17 -0400 Jan Schaumann <jscha...@netmeister.org> wrote:
> Should sys/clock.h itself include the headers it > actually needs for the inline function implementations > it provides? Prior art implies something like this to be appropriate: #if !defined(_KERNEL) && !defined(_STANDALONE) #include <stdint.h> #endif