On Fri, Oct 27, 2023 at 19:10:09 +1100, Simon Burge wrote: > <sys/stdint.h> isn't installed on all architectures? The original > change was to include <stdint.h> but then that added #ifdef magic. > > Since <sys/clock.h> is already a system header file, wouldn't it be > better to make sure <sys/stdint.h> is installed everywhere?
This happens when we build a tool - which is a bit of a balancing act b/c we mix bits of netbsd sources with host system's headers. -uwe