Simon Burge <sim...@netbsd.org> wrote: > +#if !defined(_KERNEL) && !defined(_STANDALONE) > +#include <stdint.h> > +#endif > > Sorry for chiming in late. Wouldn't it be better to include > <sys/stdint.h> and avoid the #ifdef? Especially since <stdint.h> > is a symlink to <sys/stdint.h> .
That makes sense to me - made it so. :-) Thanks! -Jan