]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
fix build failure in MSVC compiler 2024/head
authorJungkook Park <pjknkda@gmail.com>
Wed, 26 Apr 2017 04:12:28 +0000 (13:12 +0900)
committerJungkook Park <pjknkda@gmail.com>
Wed, 26 Apr 2017 04:12:28 +0000 (13:12 +0900)
tornado/speedups.c

index a643441c36180e544201081fbfaa2ba0d5602a6c..b714268ab4383a4e2e16f9a4cf25cc760ed67d15 100644 (file)
@@ -1,5 +1,6 @@
 #define PY_SSIZE_T_CLEAN
 #include <Python.h>
+#include <stdint.h>
 
 static PyObject* websocket_mask(PyObject* self, PyObject* args) {
     const char* mask;