Browse Source

Ticket 49975 - Add missing include file to main.c

Description:  The first commit for this ticket introduced a compiler warning
              because it was missing the proper header file.

https://pagure.io/389-ds-base/issue/49975

Reviewed by: mreynolds(one line commit rule)
Mark Reynolds 7 years ago
parent
commit
487ea32c67
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ldap/servers/slapd/main.c

+ 1 - 0
ldap/servers/slapd/main.c

@@ -32,6 +32,7 @@
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #include <netdb.h>
+#include <grp.h>
 #include <pwd.h> /* getpwnam */
 #if !defined(LINUX) && !defined(__FreeBSD__)
 union semun