* include/netdb.h: #include <inttypes.h>, <netinet/in.h>,

and <sys/socket.h> per SUSv3.
This commit is contained in:
Corinna Vinschen 2009-04-02 08:48:03 +00:00
parent 72c79be10e
commit be37a55086
2 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2009-04-02 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* include/netdb.h: #include <inttypes.h>, <netinet/in.h>,
and <sys/socket.h> per SUSv3.
2009-04-01 Corinna Vinschen <corinna@vinschen.de>
* strfuncs.cc (sys_cp_mbstowcs): Check if ASCII SO is followed by at

View file

@ -63,8 +63,11 @@
extern "C" {
#endif
#include <stdint.h>
#include <cygwin/socket.h>
#include <inttypes.h>
#include <sys/socket.h>
#ifndef __INSIDE_CYGWIN_NET__
#include <netinet/in.h>
#endif
/*
* Structures returned by network data base library. All addresses are