mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Include arpa/inet.h for inet_ntoa()
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3609 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c26ca10c1b
commit
f14aaf6268
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@
|
|||
#include <sys/time.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/socket.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <netinet/in.h>
|
||||
#include <signal.h>
|
||||
#endif /* WIN32 */
|
||||
|
|
Loading…
Reference in a new issue