File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ CPPFLAGS += -Ithird_party/luv/src
37
37
CPPFLAGS += -Ithird_party/luv/deps/lua-compat-5.3/c-api
38
38
CPPFLAGS += -Ithird_party/magic_enum/include/magic_enum
39
39
CPPFLAGS += -Ithird_party/md4c/src
40
+ CPPFLAGS += -Ithird_party/multipart-parser-c
40
41
CPPFLAGS += -Ithird_party/ucl -Ithird_party/ucl/include
41
42
CPPFLAGS += -Ithird_party/uriparser/include
42
43
CPPFLAGS += -Ithird_party/zep/extensions
Original file line number Diff line number Diff line change 39
39
#include " llhttp/llhttp.h"
40
40
#include " lua/luawrapper.h"
41
41
#include < magic_enum_all.hpp>
42
- #include " multipart-parser-c/ multipart_parser.h"
42
+ #include < multipart_parser.h>
43
43
#include " support/file.h"
44
44
#include " support/hashtable.h"
45
45
#include " support/strings-helpers.h"
You can’t perform that action at this time.
0 commit comments