From 0fe6f9aaf8896c234a55b6a012515c4c920d2429 Mon Sep 17 00:00:00 2001 From: Christopher Allen Wing Date: Mon, 26 Jun 2006 17:20:50 +0000 Subject: [PATCH] DEVEL15-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 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 -- 2.39.5