mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
9a4ce488e8
PR: 213202 Reported by: many Approved by: sunpoet (maintainer timeout)
20 lines
408 B
C++
20 lines
408 B
C++
--- src/d8/d8-posix.cc.orig 2020-06-13 18:02:18 UTC
|
|
+++ src/d8/d8-posix.cc
|
|
@@ -4,6 +4,8 @@
|
|
|
|
#include <errno.h>
|
|
#include <fcntl.h>
|
|
+#include <sys/types.h>
|
|
+#include <netinet/in.h>
|
|
#include <netinet/ip.h>
|
|
#include <signal.h>
|
|
#include <stdlib.h>
|
|
@@ -12,7 +14,6 @@
|
|
#include <sys/socket.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/time.h>
|
|
-#include <sys/types.h>
|
|
#include <sys/wait.h>
|
|
#include <unistd.h>
|
|
|