From cae481e0dece9d361d70a10ea5796130aaeadc60 Mon Sep 17 00:00:00 2001 From: mccallum Date: Fri, 12 Jan 1996 16:42:12 +0000 Subject: [PATCH] Include for MAXHOSTNAMELEN. (Reported by Matthias Klose .) git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@707 72102866-910b-0410-8b05-ffd578937521 --- Source/NSProcessInfo.m | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Source/NSProcessInfo.m b/Source/NSProcessInfo.m index 6e5f01b77..ccd0b7952 100644 --- a/Source/NSProcessInfo.m +++ b/Source/NSProcessInfo.m @@ -52,7 +52,10 @@ * - To the NEXTSTEP/GNUStep community *************************************************************************/ -#include /* for MAXHOSTNAMELEN */ +/* One of these two should have MAXHOSTNAMELEN */ +#include +#include + #include #include #include