mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
afe756e838
YAZ is Z39.50 protocol API and sample client. PR: 21412 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
13 lines
260 B
Plaintext
13 lines
260 B
Plaintext
--- 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
|
|
|