grp.h is required for initgroups() prototype on IRIX.

This commit is contained in:
David Lawrence 2000-05-14 13:52:53 +00:00
parent 175b76e191
commit de8661e517

View file

@ -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>