mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
ceedca7b54
PR: ports/158699 Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer)
11 lines
311 B
C
11 lines
311 B
C
--- src/server/node_manager.c.orig 2011-06-24 13:21:21.000000000 -0500
|
|
+++ src/server/node_manager.c 2011-06-24 13:21:47.000000000 -0500
|
|
@@ -88,6 +88,7 @@
|
|
#include <fcntl.h>
|
|
#include <netdb.h>
|
|
#include <sys/types.h>
|
|
+#include <sys/socket.h>
|
|
#include <netinet/in.h>
|
|
#include <stdarg.h>
|
|
#include <assert.h>
|