mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 22:13:14 -04:00
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
14 lines
308 B
Diff
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 {
|