summaryrefslogtreecommitdiffstats
path: root/source/include/includes.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-08-01 07:05:36 +0000
committerTim Potter <tpot@samba.org>2001-08-01 07:05:36 +0000
commit9dd54f9bde9d8f3f830f45670e97727f6679acca (patch)
tree938deaa8860e0ba7ca3eefb50985cf30acdc6cde /source/include/includes.h
parent168efc7c6de49948fc16fc0fe7070dd6ddead4eb (diff)
downloadsamba-9dd54f9bde9d8f3f830f45670e97727f6679acca.tar.gz
samba-9dd54f9bde9d8f3f830f45670e97727f6679acca.tar.xz
samba-9dd54f9bde9d8f3f830f45670e97727f6679acca.zip
Merge of tridge's fix for #include <sys/un.h> bug in redhat 7
Diffstat (limited to 'source/include/includes.h')
-rw-r--r--source/include/includes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index c5f4720a5af..e0a13f52708 100644
--- a/source/include/includes.h
+++ b/source/include/includes.h
@@ -107,7 +107,7 @@
#include <sys/socket.h>
#endif
-#ifdef HAVE_SYS_UN_H
+#ifdef HAVE_UNIXSOCKET
#include <sys/un.h>
#endif