ports/comms/quisk/files/patch-ac2yd_remote.c
Älven c4565f1a1a comms/quisk: Update to 4.2.36
Fix pkg-descr's permissions.

Changelog: https://james.ahlstrom.name/quisk/CHANGELOG.txt

PR:		278390
Approved by:	maintainer timeout (2+ weeks)
2024-08-26 05:45:23 +02:00

10 lines
214 B
C

--- ac2yd/remote.c.orig 2023-12-12 20:34:47 UTC
+++ ac2yd/remote.c
@@ -28,6 +28,7 @@
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netinet/ip.h>
+#include <netinet/in.h>
#include <fcntl.h>
#endif