diff options
Diffstat (limited to 'lib/replace/replace.h')
-rw-r--r-- | lib/replace/replace.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/replace/replace.h b/lib/replace/replace.h index bc40bf012e..3ff4e36577 100644 --- a/lib/replace/replace.h +++ b/lib/replace/replace.h @@ -41,6 +41,10 @@ #include <stdarg.h> #include <errno.h> +#ifndef HAVE_DECL_EWOULDBLOCK +#define EWOULDBLOCK EAGAIN +#endif + #if defined(_MSC_VER) || defined(__MINGW32__) #include "win32_replace.h" #endif |