ports/comms/anyremote/files/patch-src_pr__frontend.c
Oleksii Samorukov 8ae4d27eb3 comms/anyremote: update to 6.7.2
- Update to the 6.7.2
 - Update USES to fix build warnings
 - Regenerate patches with "make makepatch"

Approved by:    krion (mentor)
Differential Revision:  https://reviews.freebsd.org/D22021
2019-10-14 15:23:42 +00:00

11 lines
258 B
C

--- src/pr_frontend.c.orig 2018-11-04 07:18:02 UTC
+++ src/pr_frontend.c
@@ -29,6 +29,8 @@
#include <sys/socket.h>
#include <sys/types.h>
#include <unistd.h>
+#include <sys/types.h>
+#include <netinet/in.h>
#include "common.h"
#include "lib_wrapper.h"