Skip to content

Commit 1885ae2

Browse files
Fix multipart-parser-c include
1 parent 8022008 commit 1885ae2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ CPPFLAGS += -Ithird_party/luv/src
3737
CPPFLAGS += -Ithird_party/luv/deps/lua-compat-5.3/c-api
3838
CPPFLAGS += -Ithird_party/magic_enum/include/magic_enum
3939
CPPFLAGS += -Ithird_party/md4c/src
40+
CPPFLAGS += -Ithird_party/multipart-parser-c
4041
CPPFLAGS += -Ithird_party/ucl -Ithird_party/ucl/include
4142
CPPFLAGS += -Ithird_party/uriparser/include
4243
CPPFLAGS += -Ithird_party/zep/extensions

src/core/web-server.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#include "llhttp/llhttp.h"
4040
#include "lua/luawrapper.h"
4141
#include <magic_enum_all.hpp>
42-
#include "multipart-parser-c/multipart_parser.h"
42+
#include <multipart_parser.h>
4343
#include "support/file.h"
4444
#include "support/hashtable.h"
4545
#include "support/strings-helpers.h"

0 commit comments

Comments
 (0)