Don't include sys/time.h when compiling with aCC, as that header does not
supply pselect(), which is needed for HP-UX/aCC to work correctly.
This commit is contained in:
parent
227a9c4627
commit
6e96d07db7
@ -92,7 +92,7 @@
|
||||
# include <sys/ioctl.h>
|
||||
# include <sys/poll.h>
|
||||
# include <sys/types.h>
|
||||
# if defined(__hpux)
|
||||
# if defined(__hpux) && !defined(__HP_aCC)
|
||||
# include <sys/time.h>
|
||||
# else
|
||||
# include <sys/select.h>
|
||||
|
Loading…
Reference in New Issue
Block a user