ports/devel/php-xdebug/files/patch-xdebug__com.c
Dmitry Marakasov f61a0e0b8b - Update to 2.5.0
- While here, add LICENSE_FILE

PR:             215630
Submitted by:   gasol.wu@gmail.com
Approved by:    maintainer timeout (freebsd-ports-maintainers@intermedix.com, 2 weeks)
2017-01-13 08:44:43 +00:00

10 lines
234 B
C

--- xdebug_com.c.orig 2016-12-28 02:42:57 UTC
+++ xdebug_com.c
@@ -26,6 +26,7 @@
# include <sys/poll.h>
# include <unistd.h>
# include <sys/socket.h>
+# include <netinet/in.h>
# include <netinet/tcp.h>
# include <netdb.h>
#else