ports/net/pichi/files/patch-src_net_spawn.cpp
Li-Wen Hsu 23ff09a3fd net/pichi: Update to 1.3.1
PR:		249043
Submitted by:	Pichi <pichi@elude.in> (maintainer)
2020-09-13 07:22:30 +00:00

14 lines
439 B
C++

--- src/net/spawn.cpp.orig 1970-01-01 00:00:00 UTC
+++ src/net/spawn.cpp
@@ -1,3 +1,5 @@
+#include <pichi/config.hpp>
+// Include config.hpp first
#include <boost/beast/http/error.hpp>
#include <iostream>
#include <pichi/exception.hpp>
@@ -28,4 +30,4 @@ void logException(std::exception_ptr eptr) noexcept
void stubHandler(std::exception_ptr, asio::yield_context) noexcept {}
-} // namespace pichi::net
+} // namespace pichi::net