> #if defined(__NetBSD__) > #include <time.h> > #endif I would make this unconditional and remove the useless/wrong #elif defined(MACOS) # include <ctime.h> Please tell upstream?