mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
b0e449e1f9
PR: 47103 Submitted by: Sergei Kolobov <sergei@kolobov.com>
11 lines
264 B
C
11 lines
264 B
C
--- src/keyserver.c.orig Wed Jan 15 16:52:09 2003
|
|
+++ src/keyserver.c Wed Jan 15 16:52:34 2003
|
|
@@ -24,6 +24,7 @@
|
|
#endif
|
|
#include <stdio.h>
|
|
#ifdef HAVE_NETDB_H
|
|
+# include <sys/types.h>
|
|
# include <sys/socket.h>
|
|
# include <netinet/in.h>
|
|
# include <arpa/inet.h>
|