* include/netdb.h: #include <inttypes.h>, <netinet/in.h>,
and <sys/socket.h> per SUSv3.
This commit is contained in:
parent
72c79be10e
commit
be37a55086
|
@ -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>
|
2009-04-01 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* strfuncs.cc (sys_cp_mbstowcs): Check if ASCII SO is followed by at
|
* strfuncs.cc (sys_cp_mbstowcs): Check if ASCII SO is followed by at
|
||||||
|
|
|
@ -63,8 +63,11 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <inttypes.h>
|
||||||
#include <cygwin/socket.h>
|
#include <sys/socket.h>
|
||||||
|
#ifndef __INSIDE_CYGWIN_NET__
|
||||||
|
#include <netinet/in.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Structures returned by network data base library. All addresses are
|
* Structures returned by network data base library. All addresses are
|
||||||
|
|
Loading…
Reference in New Issue