We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b8ed27 commit aa80826Copy full SHA for aa80826
src/node_http2.h
@@ -3,8 +3,9 @@
3
4
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
5
6
-// FIXME(joyeecheung): nghttp2.h needs stdint.h to compile on Windows
7
-#include <cstdint>
+// clang-format off
+#include "node.h" // nghttp2.h needs ssize_t
8
+// clang-format on
9
#include "nghttp2/nghttp2.h"
10
11
#include "env.h"
0 commit comments