mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
PR: ports/184569 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Reference: ports/183342
14 lines
325 B
C
14 lines
325 B
C
--- recv.cc.orig 2013-11-16 22:29:55.000000000 +0100
|
|
+++ recv.cc 2013-11-16 22:30:24.000000000 +0100
|
|
@@ -22,9 +22,11 @@
|
|
#include <octave/oct-stream.h>
|
|
#include <octave/oct-map.h>
|
|
|
|
+#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#include <sys/poll.h>
|
|
#include <netinet/in.h>
|
|
+#include <unistd.h>
|
|
#include <netdb.h>
|
|
|
|
|