openbsd-ports/security/opencdk/patches/patch-src_keyserver_c

12 lines
342 B
Plaintext
Raw Normal View History

$OpenBSD: patch-src_keyserver_c,v 1.1.1.1 2003/05/02 04:01:25 margarida Exp $
--- src/keyserver.c.orig Wed Apr 30 18:12:13 2003
+++ src/keyserver.c Wed Apr 30 18:12:25 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>