mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-11 19:11:18 +02:00
add py-unicorn
This commit is contained in:
11
python/py-httptools/files/patch-httptools-parser-parser.c
Normal file
11
python/py-httptools/files/patch-httptools-parser-parser.c
Normal file
@@ -0,0 +1,11 @@
|
||||
--- httptools/parser/parser.c.orig 2019-02-25 19:54:42 UTC
|
||||
+++ httptools/parser/parser.c
|
||||
@@ -609,7 +609,7 @@ static CYTHON_INLINE float __PYX_NAN() {
|
||||
#include <stdio.h>
|
||||
#include "pythread.h"
|
||||
#include <stdint.h>
|
||||
-#include "../../vendor/http-parser/http_parser.h"
|
||||
+#include "http_parser.h"
|
||||
#ifdef _OPENMP
|
||||
#include <omp.h>
|
||||
#endif /* _OPENMP */
|
||||
Reference in New Issue
Block a user