Skip to content

Commit

Permalink
Bug 949939: Include <unistd.h> for sysconf() on HP-UX. r=wtc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Pierre committed Mar 1, 2014
1 parent f30a697 commit 2472822
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/freebl/loader.c
Expand Up @@ -80,6 +80,8 @@ getLibName(void)
}

#elif defined(HPUX) && !defined(NSS_USE_64) && !defined(__ia64)
#include <unistd.h>

/* This code tests to see if we're running on a PA2.x CPU.
** It returns true (1) if so, and false (0) otherwise.
*/
Expand Down

0 comments on commit 2472822

Please sign in to comment.