#include <sys/un.h>
struct sockaddr_un foo;
int main(void) { return 0; }
