summaryrefslogtreecommitdiff
path: root/lib/ZRetSubs.c
diff options
context:
space:
mode:
authorGravatar John F. Carr <jfc@mit.edu>1990-12-11 21:09:35 +0000
committerGravatar John F. Carr <jfc@mit.edu>1990-12-11 21:09:35 +0000
commita344f9fe068345cb07c6f2597257137e8fe3db10 (patch)
tree845dee8fa9a0986015e2eb5f655fccf24260573a /lib/ZRetSubs.c
parent642f0cac50b23ed1576c48db5ed073f881560013 (diff)
AIX needs <sys/select.h>
Diffstat (limited to 'lib/ZRetSubs.c')
-rw-r--r--lib/ZRetSubs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ZRetSubs.c b/lib/ZRetSubs.c
index 31fe993..605b962 100644
--- a/lib/ZRetSubs.c
+++ b/lib/ZRetSubs.c
@@ -20,6 +20,9 @@ static char rcsid_ZRetrieveSubscriptions_c[] = "$Header$";
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
+#ifdef _AIX
+#include <sys/select.h>
+#endif
Code_t ZRetrieveSubscriptions(port,nsubs)
u_short port;