mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 17:51:01 +00:00
Include <netdb.h> for MAXHOSTNAMELEN. (Reported by Matthias Klose
<doko@cs.tu-berlin.de>.) git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@707 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dfc6da3d1e
commit
cae481e0de
1 changed files with 4 additions and 1 deletions
|
@ -52,7 +52,10 @@
|
|||
* - To the NEXTSTEP/GNUStep community
|
||||
*************************************************************************/
|
||||
|
||||
#include <sys/param.h> /* for MAXHOSTNAMELEN */
|
||||
/* One of these two should have MAXHOSTNAMELEN */
|
||||
#include <sys/param.h>
|
||||
#include <netdb.h>
|
||||
|
||||
#include <string.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
|
|
Loading…
Reference in a new issue