diff options
-rw-r--r-- | include/http_core.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/http_core.h b/include/http_core.h index ca480f01a2..c2eabbff8e 100644 --- a/include/http_core.h +++ b/include/http_core.h @@ -665,8 +665,8 @@ typedef struct { int trace_enable; #define AP_HTTP_VERSION_UNSET 0 - uint16_t min_http_version; - uint16_t max_http_version; + apr_uint16_t min_http_version; + apr_uint16_t max_http_version; } core_server_config; |