2008-07-13 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>

Supplied missing EAI_SYSTEM. Thanks ggknauf for the patch.
	* src/gai_strerror.h
This commit is contained in:
Tatsuhiro Tsujikawa 2008-07-13 10:35:19 +00:00
parent 29f1645004
commit b5d93cd0da
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-07-13 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Supplied missing EAI_SYSTEM. Thanks ggknauf for the patch.
* src/gai_strerror.h
2008-07-13 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Fixed compile error. Thanks gknauf for the patch.

View File

@ -37,6 +37,10 @@ extern "C" {
# undef SIZE_MAX
#endif // __MINGW32__
#ifndef EAI_SYSTEM
# define EAI_SYSTEM -11 /* System error returned in `errno'. */
#endif
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif // HAVE_CONFIG_H