use sys/select.h under _AIX too
authorMark Eichin <eichin@mit.edu>
Mon, 13 Jun 1994 06:32:24 +0000 (06:32 +0000)
committerMark Eichin <eichin@mit.edu>
Mon, 13 Jun 1994 06:32:24 +0000 (06:32 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3760 dc483132-0cff-0310-8789-dd5450dbe970

src/kdc/network.c

index 68f387931c16934bf29676f1d4c8769bf181fce6..bb05d3d05d5ab6133e8e70bccdf0ebd553630369 100644 (file)
@@ -45,7 +45,7 @@ static char rcsid_network_c[] =
 #include <netinet/in.h>
 #include <sys/socket.h>
 #include <sys/time.h>
-#ifdef AIXArchitecture
+#if defined(_AIX) || defined(AIXArchitecture)
 #include <sys/select.h>
 #endif
 #include <arpa/inet.h>