Include sys/select.h for IBM R2
This commit is contained in:
parent
eb4361af6c
commit
6a1f54c09c
|
@ -230,6 +230,11 @@ millitimer()
|
||||||
|
|
||||||
#ifdef BSD_TIME
|
#ifdef BSD_TIME
|
||||||
|
|
||||||
|
#ifdef _IBMR2
|
||||||
|
/* AIX defines fd_set in a separate file. Sigh... */
|
||||||
|
#include <sys/select.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
long
|
long
|
||||||
millitimer()
|
millitimer()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue