include <sys/socket.h> and fix ifdef wrapping for <sys/un.h>

This commit is contained in:
Love Hornquist Astrand
2011-03-21 22:17:52 -07:00
parent 7c039e5630
commit 46444695f6

View File

@@ -36,7 +36,10 @@
#include "config.h"
#include <sys/types.h>
#include <sys/socket.h>
#ifdef HAVE_SYS_UN_H
#include <sys/un.h>
#endif
#include <sys/poll.h>
@@ -53,10 +56,6 @@
#include <krb5-types.h>
#include <asn1-common.h>
#ifdef HAVE_SYS_UN_H
#include <sys/un.h>
#endif
#include <heimbase.h>
#include <base64.h>