Files
guru/dev-cpp/uwebsockets/files/uwebsockets-src_Loop.h.patch
Aisha Tammy 15df1b7470 dev-cpp/uwebsockets: async tcp, udp websockets framework
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
2020-04-30 13:13:11 -04:00

14 lines
308 B
Diff

diff --git a/src/Loop.h b/src/Loop.h
index 3681dad..03d8a75 100644
--- a/src/Loop.h
+++ b/src/Loop.h
@@ -21,7 +21,7 @@
/* The loop is lazily created per-thread and run with uWS::run() */
#include "LoopData.h"
-#include <libusockets.h>
+#include <uSockets/libusockets.h>
namespace uWS {
struct Loop {