mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
Update net/bredbandskollen to the latest snapshot. Fix build on GCC-based architectures, such as powerpc64 [1] PR: 234216 [1] Submitted by: pkubaj [1]
11 lines
198 B
C++
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>
|