aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openbsd-compat/defines.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsd-compat/defines.h b/openbsd-compat/defines.h
index 2e209085..d8e39449 100644
--- a/openbsd-compat/defines.h
+++ b/openbsd-compat/defines.h
@@ -457,6 +457,10 @@ typedef uint16_t in_port_t;
#endif
/* end of chl */
+#ifndef EAI_OVERFLOW
+#define EAI_OVERFLOW EAI_FAIL
+#endif
+
#ifndef HAVE_FPARSELN
/*
* fparseln() specific operation flags.