• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef QUICHE_HTTP2_ADAPTER_NGHTTP2_H_
2 #define QUICHE_HTTP2_ADAPTER_NGHTTP2_H_
3 
4 #include <cstddef>
5 
6 // Required to build on Windows.
7 using ssize_t = ptrdiff_t;
8 
9 #include "nghttp2/nghttp2.h"
10 
11 #endif  // QUICHE_HTTP2_ADAPTER_NGHTTP2_H_
12