summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1998-10-06 02:31:53 +0000
committerwtc%netscape.com <devnull@localhost>1998-10-06 02:31:53 +0000
commit0b416912b5420e75c64da15dbd8325972a226cc9 (patch)
treea394e95020f07d4ce7b79b4fe566a0e4e6b77a9e
parent40e05a34660a9e585688e84678924ead1cf95fbe (diff)
downloadnspr-hg-0b416912b5420e75c64da15dbd8325972a226cc9.tar.gz
Fixed HP-UX classic NSPR build breakage.
-rw-r--r--pr/include/md/_hpux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pr/include/md/_hpux.h b/pr/include/md/_hpux.h
index f9e312a4..ac296da4 100644
--- a/pr/include/md/_hpux.h
+++ b/pr/include/md/_hpux.h
@@ -205,6 +205,8 @@ extern PRIntervalTime _PR_HPUX_LW_GetInterval(void);
* unwrapped version.
*/
#define _MD_SELECT(nfds,r,w,e,tv) syscall(SYS_select,nfds,r,w,e,tv)
+
+#include <poll.h>
#define _MD_POLL(fds,nfds,timeout) syscall(SYS_poll,fds,nfds,timeout)
#ifdef HPUX11