#include <netdb.h>
struct hostent foo;
int main(void) { return 0; }
