Add optional netgroup.h include for NetBSD hosts.

This commit is contained in:
Wayne Davison committed 2021-02-01 16:31:28 -08:00
1 parent 25dfc2c41d
commit ec3833c96e
2 files changed
+4 -1

No files matched your search

+3
View File
@@ -20,6 +20,9 @@
#include "rsync.h"
#include "ifuncs.h"
#ifdef HAVE_NETGROUP_H
#include <netgroup.h>
#endif
static int allow_forward_dns;