Supplied missing EAI_SYSTEM. Thanks ggknauf for the patch. * src/gai_strerror.h
@@ -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.
@@ -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