diff --git a/include/uv.h b/include/uv.h index 136697fd..28ef8ee3 100644 --- a/include/uv.h +++ b/include/uv.h @@ -122,6 +122,7 @@ typedef intptr_t ssize_t; #define UV_ERRNO_GEN(val, name, s) UV_##name = val, typedef enum { UV_ERRNO_MAP(UV_ERRNO_GEN) + UV_MAX_ERRORS } uv_err_code; #undef UV_ERRNO_GEN