#include <netinet/in.h>
int const foo = INADDR_BROADCAST;
int main(void) { return 0; }
