mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 08:41:51 -04:00
PR: ports/184569 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Reference: ports/183342
15 lines
380 B
C++
15 lines
380 B
C++
--- send.cc.orig 2013-11-16 22:35:29.000000000 +0100
|
|
+++ send.cc 2013-11-16 22:35:56.000000000 +0100
|
|
@@ -21,10 +21,12 @@
|
|
#include <octave/ls-oct-binary.h>
|
|
#include <octave/oct-stream.h>
|
|
|
|
+#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#include <sys/poll.h>
|
|
#include <netinet/in.h>
|
|
#include <netdb.h>
|
|
+#include <unistd.h>
|
|
|
|
|
|
DEFUN_DLD (send, args, , "send (X, sockets)\n\
|