aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'headers.h')
-rw-r--r--headers.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/headers.h b/headers.h
index 74fd7b7..823258d 100644
--- a/headers.h
+++ b/headers.h
@@ -27,6 +27,9 @@
#ifdef HAVE_FCNTL_H
# include <fcntl.h>
#endif
+#ifdef HAVE_GRP_H
+# include <grp.h>
+#endif
#ifdef HAVE_LIBGEN_H
# include <libgen.h>
#endif
@@ -39,6 +42,9 @@
#ifdef HAVE_PTHREAD_H
# include <pthread.h>
#endif
+#ifdef HAVE_PWD_H
+# include <pwd.h>
+#endif
#ifdef HAVE_SIGINFO_H
# include <siginfo.h>
#endif