- Fix #343: Fail to build --with-libnghttp2 with error: 'SSIZE_MAX'

undeclared.
This commit is contained in:
W.C.A. Wijngaards 2020-11-10 15:31:20 +01:00
parent 7977e1c4cb
commit 5385e2e094
2 changed files with 3 additions and 0 deletions

View file

@ -1,6 +1,8 @@
10 November 2020: Wouter
- Fix #341: fixing a possible memory leak.
- Fix memory leak after fix for possible memory leak failure.
- Fix #343: Fail to build --with-libnghttp2 with error: 'SSIZE_MAX'
undeclared.
27 October 2020: Wouter
- In man page note that tls-cert-bundle is read before permission

View file

@ -43,6 +43,7 @@
# include <sys/types.h>
#endif
#include <sys/time.h>
#include <limits.h>
#ifdef USE_TCP_FASTOPEN
#include <netinet/tcp.h>
#endif