summaryrefslogtreecommitdiff
path: root/lib/ZNewLocU.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/ZNewLocU.c
parent642f0cac50b23ed1576c48db5ed073f881560013 (diff)
AIX needs <sys/select.h>
Diffstat (limited to 'lib/ZNewLocU.c')
-rw-r--r--lib/ZNewLocU.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ZNewLocU.c b/lib/ZNewLocU.c
index 3361aba..881619f 100644
--- a/lib/ZNewLocU.c
+++ b/lib/ZNewLocU.c
@@ -20,6 +20,10 @@ static char rcsid_ZNewLocateUser_c[] = "$Header$";
#include <zephyr/zephyr_internal.h>
+#ifdef _AIX
+#include <sys/select.h>
+#endif
+
Code_t ZNewLocateUser(user, nlocs, auth)
char *user;
int *nlocs;