mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
PR: ports/184569 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Reference: ports/183342
12 lines
345 B
C++
12 lines
345 B
C++
--- connect.cc.orig 2013-11-16 22:26:59.000000000 +0100
|
|
+++ connect.cc 2013-11-16 22:27:54.000000000 +0100
|
|
@@ -25,7 +25,9 @@
|
|
#include <octave/oct.h>
|
|
#include <oct-env.h>
|
|
|
|
+#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
+#include <unistd.h>
|
|
#include <errno.h>
|
|
#include <netdb.h>
|
|
#include <netinet/in.h> // reported necessary for FreeBSD-8
|