From 866666cfdacdabf6c51500f84e8ad26edc2147ad Mon Sep 17 00:00:00 2001 From: Christopher Allen Wing Date: Mon, 26 Jun 2006 17:19:06 +0000 Subject: [PATCH] STABLE14-afsutil-includes-20060623 Include for prototypes of afs_inet_ntoa and afs_inet_ntoa_r. (cherry picked from commit 2a1aff4104dd9a71bebf1a63ca85ac86338b3b1b) --- src/venus/cmdebug.c | 1 + src/xstat/xstat_cm.c | 2 ++ src/xstat/xstat_fs.c | 2 ++ 3 files changed, 5 insertions(+) diff --git a/src/venus/cmdebug.c b/src/venus/cmdebug.c index bac531ff39..55637bb21f 100644 --- a/src/venus/cmdebug.c +++ b/src/venus/cmdebug.c @@ -41,6 +41,7 @@ RCSID #include #include #include +#include extern struct hostent *hostutil_GetHostByName(); diff --git a/src/xstat/xstat_cm.c b/src/xstat/xstat_cm.c index 753a974575..109df3d483 100644 --- a/src/xstat/xstat_cm.c +++ b/src/xstat/xstat_cm.c @@ -23,6 +23,8 @@ RCSID #include "xstat_cm.h" /*Interface for this module */ #include /*Lightweight process package */ +#include + #ifdef HAVE_STRING_H #include #else diff --git a/src/xstat/xstat_fs.c b/src/xstat/xstat_fs.c index 848fee41b7..a3f7b67b42 100644 --- a/src/xstat/xstat_fs.c +++ b/src/xstat/xstat_fs.c @@ -23,6 +23,8 @@ RCSID #include "xstat_fs.h" /*Interface for this module */ #include /*Lightweight process package */ +#include + #ifdef HAVE_STRING_H #include #else