NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: sys/clock.h



On Mon, 23 Oct 2023 15:00:17 -0400
Jan Schaumann <jschauma%netmeister.org@localhost> 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


Home | Main Index | Thread Index | Old Index