| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6b8ed27 commit aa80826
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,8 +3,9 @@ | |||
| 3 | 3 | ||
| 4 | 4 | #if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS | |
| 5 | 5 | ||
| 6 | - // FIXME(joyeecheung): nghttp2.h needs stdint.h to compile on Windows | ||
| 7 | - #include <cstdint> | ||
| 6 | + // clang-format off | ||
| 7 | + #include "node.h" // nghttp2.h needs ssize_t | ||
| 8 | + // clang-format on | ||
| 8 | 9 | #include "nghttp2/nghttp2.h" | |
| 9 | 10 | ||
| 10 | 11 | #include "env.h" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments