mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 11:32:05 -04:00
grp.h is required for initgroups() prototype on IRIX.
This commit is contained in:
parent
175b76e191
commit
de8661e517
1 changed files with 5 additions and 4 deletions
|
|
@ -20,13 +20,14 @@
|
|||
#include <sys/stat.h>
|
||||
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <grp.h> /* Required for initgroups() on IRIX. */
|
||||
#include <pwd.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <syslog.h>
|
||||
#include <fcntl.h>
|
||||
#include <pwd.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <isc/string.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue