mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
Fix pkg-descr's permissions. Changelog: https://james.ahlstrom.name/quisk/CHANGELOG.txt PR: 278390 Approved by: maintainer timeout (2+ weeks)
10 lines
214 B
C
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
|
|
|