summaryrefslogtreecommitdiff
path: root/lib/replace/system
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2013-07-22 14:23:33 -0700
committerDavid Disseldorp <ddiss@samba.org>2015-02-15 23:25:07 +0100
commit88c1eb4ae10a9f69d2e828b4e5543915c1d990c6 (patch)
tree541b483eb1aeb28713a4c583aed1c065b5730c11 /lib/replace/system
parent6f41a78c0ec9b5c0e0df18d8dd63facf0e457c05 (diff)
downloadsamba-88c1eb4ae10a9f69d2e828b4e5543915c1d990c6.tar.gz
Add Solaris ports as a tevent backend.
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org> Autobuild-User(master): David Disseldorp <ddiss@samba.org> Autobuild-Date(master): Sun Feb 15 23:25:07 CET 2015 on sn-devel-104
Diffstat (limited to 'lib/replace/system')
-rw-r--r--lib/replace/system/select.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/replace/system/select.h b/lib/replace/system/select.h
index 11c5390d901..9e945c3ccfa 100644
--- a/lib/replace/system/select.h
+++ b/lib/replace/system/select.h
@@ -34,6 +34,10 @@
#include <sys/epoll.h>
#endif
+#ifdef HAVE_SOLARIS_PORTS
+#include <port.h>
+#endif
+
#ifndef SELECT_CAST
#define SELECT_CAST
#endif