include <sys/socket.h> and fix ifdef wrapping for <sys/un.h>
This commit is contained in:
@@ -36,7 +36,10 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
#include <sys/socket.h>
|
||||||
|
#ifdef HAVE_SYS_UN_H
|
||||||
#include <sys/un.h>
|
#include <sys/un.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <sys/poll.h>
|
#include <sys/poll.h>
|
||||||
|
|
||||||
@@ -53,10 +56,6 @@
|
|||||||
#include <krb5-types.h>
|
#include <krb5-types.h>
|
||||||
#include <asn1-common.h>
|
#include <asn1-common.h>
|
||||||
|
|
||||||
#ifdef HAVE_SYS_UN_H
|
|
||||||
#include <sys/un.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <heimbase.h>
|
#include <heimbase.h>
|
||||||
#include <base64.h>
|
#include <base64.h>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user