Does netinet/tcp.h require an #include <stdint.h>? An existing app. built under 2.1.3 breaks when built against 2.2 as tcp.h uses types like uint8_t (et al) and these haven't been defined. I note that netinet/in.h does have such an include.