We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1885ae2 commit 7f550a6Copy full SHA for 7f550a6
Makefile
@@ -32,6 +32,7 @@ CPPFLAGS += -Ithird_party/imgui/backends
32
CPPFLAGS += -Ithird_party/imgui/examples
33
CPPFLAGS += -Ithird_party/imgui/misc/cpp
34
CPPFLAGS += -Ithird_party/libelfin
35
+CPPFLAGS += -Ithird_party/llhttp
36
CPPFLAGS += -Ithird_party/luajit/src
37
CPPFLAGS += -Ithird_party/luv/src
38
CPPFLAGS += -Ithird_party/luv/deps/lua-compat-5.3/c-api
src/core/web-server.cc
@@ -36,7 +36,7 @@
#include "core/r3000a.h"
#include "core/system.h"
#include "gui/gui.h"
39
-#include "llhttp/llhttp.h"
+#include <llhttp.h>
40
#include "lua/luawrapper.h"
41
#include <magic_enum_all.hpp>
42
#include <multipart_parser.h>
0 commit comments