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