diff --git a/History.md b/History.md index 6bc8fa8692..4ab7bafc24 100644 --- a/History.md +++ b/History.md @@ -1,10 +1,7 @@ ## Master -* Features - * Your feature goes here (#Github Number) - * Bugfixes - * Your bugfix goes here (#Github Number) + * Explicitly include ctype.h to fix compilation warning and build error on macOS with Xcode 12 (#2304) ## 4.3.3 and 3.12.4 / 2020-02-28 diff --git a/ext/puma_http11/puma_http11.c b/ext/puma_http11/puma_http11.c index 7ac1b478b5..1c1c3b944e 100644 --- a/ext/puma_http11/puma_http11.c +++ b/ext/puma_http11/puma_http11.c @@ -10,6 +10,7 @@ #include "ext_help.h" #include #include +#include #include "http11_parser.h" #ifndef MANAGED_STRINGS