Skip to content

Commit 7f550a6

Browse files
Fix llhttp includes
1 parent 1885ae2 commit 7f550a6

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
@@ -32,6 +32,7 @@ CPPFLAGS += -Ithird_party/imgui/backends
3232
CPPFLAGS += -Ithird_party/imgui/examples
3333
CPPFLAGS += -Ithird_party/imgui/misc/cpp
3434
CPPFLAGS += -Ithird_party/libelfin
35+
CPPFLAGS += -Ithird_party/llhttp
3536
CPPFLAGS += -Ithird_party/luajit/src
3637
CPPFLAGS += -Ithird_party/luv/src
3738
CPPFLAGS += -Ithird_party/luv/deps/lua-compat-5.3/c-api

src/core/web-server.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#include "core/r3000a.h"
3737
#include "core/system.h"
3838
#include "gui/gui.h"
39-
#include "llhttp/llhttp.h"
39+
#include <llhttp.h>
4040
#include "lua/luawrapper.h"
4141
#include <magic_enum_all.hpp>
4242
#include <multipart_parser.h>

0 commit comments

Comments
 (0)