From 495fb78689e3c118444e180b13a38205502eb4e1 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Fri, 20 Apr 2007 12:41:38 +1000 Subject: [PATCH] Add some missing #includes to remove more compile warning. --- from_local.c | 3 +++ portmap.c | 3 +++ 2 files changed, 6 insertions(+) diff --git a/from_local.c b/from_local.c index c9b8a0a..ace273e 100644 --- a/from_local.c +++ b/from_local.c @@ -42,11 +42,14 @@ static char sccsid[] = "@(#) from_local.c 1.3 96/05/31 15:52:57"; #include #include #include +#include #include #include #include #include #include +#include +#include #ifndef TRUE #define TRUE 1 diff --git a/portmap.c b/portmap.c index aae8423..e102da1 100644 --- a/portmap.c +++ b/portmap.c @@ -83,14 +83,17 @@ static char sccsid[] = "@(#)portmap.c 1.32 87/08/06 Copyr 1984 Sun Micro"; #include #include #include +#include #include #include +#include #include #include #include #include #include #include +#include #ifdef SYSV40 #include #endif -- 2.39.5