diff options
Diffstat (limited to 'comms/anyremote/files/patch-src_pr__frontend.c')
-rw-r--r-- | comms/anyremote/files/patch-src_pr__frontend.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/anyremote/files/patch-src_pr__frontend.c b/comms/anyremote/files/patch-src_pr__frontend.c new file mode 100644 index 000000000000..5e21b6cb1d17 --- /dev/null +++ b/comms/anyremote/files/patch-src_pr__frontend.c @@ -0,0 +1,11 @@ +--- 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" |