freebsd-ports/net/yaz/files/patch-ab
James E. Housley afe756e838 Add new port: net/yaz
YAZ is Z39.50 protocol API and sample client.

PR:		21412
Submitted by:	Dmitry S. Sivachenko <dima@Chg.RU>
2000-10-24 02:19:01 +00:00

12 lines
260 B
Text

--- odr/ber_int.c.orig Sat Sep 16 14:19:39 2000
+++ odr/ber_int.c Sat Sep 16 14:18:46 2000
@@ -71,6 +71,9 @@
#ifdef WIN32
#include <winsock.h>
#else
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#endif