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