> stdlib.h only includes sys/types.h for int32_t, which is also available > through stdint.h. We could add support for __need_int32_t if necessary. Making stdlib.h include stdint.h instead of sys/types.h seems sensible to me. It was never an explicit intent that stdlib.h would get you sys/sysmacros.h, while it was for sys/types.h.