1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/net/bredbandskollen/files/extra-src_framework_socketreceiver.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

13 lines
298 B
C++

--- src/framework/socketreceiver.h.orig 2019-07-05 19:04:13 UTC
+++ src/framework/socketreceiver.h
@@ -3,6 +3,9 @@
#pragma once
+// work around broken? _ALIGN/_ALIGNBYTES on FreeBSD powerpc
+#include <sys/types.h>
+
#include <sys/socket.h>
#include "serversocket.h"
class SocketConnection;