freebsd-ports/lang/v8/files/patch-src_d8_d8-posix.cc
Mikael Urankar 9a4ce488e8 lang/v8: Update to 8.7.220.23
PR:		213202
Reported by:	many
Approved by:	sunpoet (maintainer timeout)
2020-11-20 10:41:13 +00:00

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>