Skip to content

Commit

Permalink
Explicitly include ctype.h to fix compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
venables committed Jul 20, 2020
1 parent a24b51b commit eda63b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/puma_http11/puma_http11.c
Expand Up @@ -10,6 +10,7 @@
#include "ext_help.h"
#include <assert.h>
#include <string.h>
#include <ctype.h>
#include "http11_parser.h"

#ifndef MANAGED_STRINGS
Expand Down

0 comments on commit eda63b3

Please sign in to comment.