mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
concerns regarding the name. Release notes of Pioneers 0.9.19: http://sourceforge.net/project/shownotes.php?release_id=250713 PR: ports/83916 Submitted by: Stefan Walter (maintainer) Repocopy by: marcus
14 lines
352 B
C
14 lines
352 B
C
--- meta-server/main.c.orig Fri Jul 22 17:08:33 2005
|
|
+++ meta-server/main.c Fri Jul 22 17:10:56 2005
|
|
@@ -29,9 +29,11 @@
|
|
#ifdef HAVE_GETOPT_H
|
|
#include <getopt.h>
|
|
#endif
|
|
+#include <netinet/in.h>
|
|
#include <fcntl.h>
|
|
#include <syslog.h>
|
|
#include <sys/wait.h>
|
|
+#include <sys/socket.h>
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
#include <netdb.h>
|