From: Robert Schwebel Subject: Include tcpd.h only if HOST_ACCESS is selected Signed-off-by: Robert Schwebel --- pmap_check.c | 2 ++ 1 file changed, 2 insertions(+) Index: b/pmap_check.c =================================================================== --- a/pmap_check.c +++ b/pmap_check.c @@ -44,7 +44,9 @@ #include #include #endif +#ifdef HOSTS_ACCESS #include +#endif #include #include