ports/net/bredbandskollen/files/patch-src_framework_engine.h
Niclas Zeising 0374fbf826 net/bredbandskollen: Update snapshot
Update net/bredbandskollen to the latest snapshot.
Fix build on GCC-based architectures, such as powerpc64 [1]

PR:		234216 [1]
Submitted by:	pkubaj [1]
2019-07-09 19:03:49 +00:00

11 lines
198 B
C++

--- src/framework/engine.h.orig 2019-07-05 17:52:32 UTC
+++ src/framework/engine.h
@@ -6,6 +6,8 @@
#pragma once
+#include <sys/select.h>
+
#include <thread>
#include <map>
#include <vector>