Commit 7ee06f2e authored by Denis Bilenko's avatar Denis Bilenko

include evbuffer.pxi and evhttp.pxi in core.pyx

parent 07673635
......@@ -403,3 +403,5 @@ if get_version() != get_header_version() and get_header_version() is not None:
msg = "libevent version mismatch: system version is %r but this gevent is compiled against %r" % (get_version(), get_header_version())
warnings.warn(msg, UserWarning, stacklevel=2)
include "evbuffer.pxi"
include "evhttp.pxi"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment