summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorhpa <hpa>2001-11-17 01:55:08 +0000
committerhpa <hpa>2001-11-17 01:55:08 +0000
commit78fd7348eaacbe21f370e52a4310ad11aad15812 (patch)
tree540c5b46680dc5d13d7f9998ac088cc977c82346 /config.h
parent93e86de7a2047ebb726aecbd203a26630f07c4ca (diff)
downloadtftp-hpa-78fd7348eaacbe21f370e52a4310ad11aad15812.tar.gz
Add the -p option for using regular Unix permissions.
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h b/config.h
index 187009b..edd6781 100644
--- a/config.h
+++ b/config.h
@@ -85,6 +85,10 @@
#endif
#endif
+#ifdef HAVE_GRP_H
+#include <grp.h>
+#endif
+
#include <errno.h>
#include <signal.h>