Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/comms/anyremote/files/patch-src_pr__frontend.c
18160 views
1
--- src/pr_frontend.c.orig 2018-11-04 07:18:02 UTC
2
+++ src/pr_frontend.c
3
@@ -29,6 +29,8 @@
4
#include <sys/socket.h>
5
#include <sys/types.h>
6
#include <unistd.h>
7
+#include <sys/types.h>
8
+#include <netinet/in.h>
9
10
#include "common.h"
11
#include "lib_wrapper.h"
12
13