mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 15:59:00 -04:00
net-libs/usockets: move to net-libs per OpenBSD/FreeBSD www-apps/uwebsockets: move to www-apps per Open/FreeBSD Package-Manager: Portage-2.3.101, Repoman-2.3.22 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 {
|