From 78fd7348eaacbe21f370e52a4310ad11aad15812 Mon Sep 17 00:00:00 2001 From: hpa Date: Sat, 17 Nov 2001 01:55:08 +0000 Subject: Add the -p option for using regular Unix permissions. --- config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.h') 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 +#endif + #include #include -- cgit v1.2.1