xref: /aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/nghttp2.h (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
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"  // IWYU pragma: export
10 
11 #endif  // QUICHE_HTTP2_ADAPTER_NGHTTP2_H_
12