From: Christopher Allen Wing Date: Mon, 26 Jun 2006 17:19:06 +0000 (+0000) Subject: STABLE14-afsutil-includes-20060623 X-Git-Tag: openafs-stable-1_4_2-beta2~19 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=866666cfdacdabf6c51500f84e8ad26edc2147ad;p=packages%2Fo%2Fopenafs.git STABLE14-afsutil-includes-20060623 Include for prototypes of afs_inet_ntoa and afs_inet_ntoa_r. (cherry picked from commit 2a1aff4104dd9a71bebf1a63ca85ac86338b3b1b) --- diff --git a/src/venus/cmdebug.c b/src/venus/cmdebug.c index bac531ff3..55637bb21 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 753a97457..109df3d48 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 848fee41b..a3f7b67b4 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