#include <sys/socket.h>
#ifndef CMSG_FIRSTHDR
#error "CMSG_FIRSTHDR is not defined"
#endif
int main(void) { return 0; }
