diff options
Diffstat (limited to 'src/shrpx.h')
-rw-r--r-- | src/shrpx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shrpx.h b/src/shrpx.h index d881ef5..e6379bd 100644 --- a/src/shrpx.h +++ b/src/shrpx.h @@ -36,6 +36,8 @@ #include <cassert> +#define NGHTTP2_NO_SSIZE_T + #ifndef HAVE__EXIT # define nghttp2_Exit(status) _exit(status) #else // HAVE__EXIT |