#include <sys/queue.h>
#include <sys/un.h>
#include <sys/ucred.h>
+#include <sys/socketvar.h>
/*
* Protocol control block for an active
u_quad_t xu_alignment_hack;
};
+#if !CONFIG_EMBEDDED
struct xunpcb64_list_entry {
u_int64_t le_next;
struct xsocket64 xu_socket;
};
+#endif /* !CONFIG_EMBEDDED */
#pragma pack()