diff options
Diffstat (limited to 'src/tipideed')
-rw-r--r-- | src/tipideed/harden.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tipideed/harden.c b/src/tipideed/harden.c index 5c925f2..516eefb 100644 --- a/src/tipideed/harden.c +++ b/src/tipideed/harden.c @@ -6,6 +6,9 @@ #include <unistd.h> #include <errno.h> #include <stdlib.h> +#ifdef SKALIBS_HASSETGROUPS +#include <grp.h> +#endif #include <skalibs/types.h> #include <skalibs/strerr.h> |