blob: a7da904d8a8e9c2849a6262793e9fc198b8c3c7c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- contrib/python/aiohttp/aiohttp/_cparser.pxd (index)
+++ contrib/python/aiohttp/aiohttp/_cparser.pxd (working tree)
@@ -10,7 +10,7 @@
)
-cdef extern from "../vendor/llhttp/build/llhttp.h":
+cdef extern from "llhttp.h":
struct llhttp__internal_s:
int32_t _index
|