freebsd-ports/comms/anyremote/files/patch-src_pr_frontend.c
Martin Wilke 66484315dd - Update to 4.18.1.
PR:		133585
Submitted by:	Alexander Logvinov <ports@logvinov.com> (maintainer)
2009-04-24 20:34:26 +00:00

11 lines
298 B
C

--- src/pr_frontend.c.orig 2009-04-10 14:17:39.000000000 +1000
+++ src/pr_frontend.c 2009-04-10 14:17:53.000000000 +1000
@@ -25,6 +25,8 @@
#include <string.h>
#include <sys/socket.h>
#include <unistd.h>
+#include <sys/types.h>
+#include <netinet/in.h>
#include "common.h"
#include "utils.h"