freebsd-ports/net/yaz/files/patch-ab

11 lines
222 B
Text
Raw Normal View History

2001-10-27 11:22:54 +02:00
--- odr/ber_int.c.orig Sat Oct 27 13:06:01 2001
+++ odr/ber_int.c Sat Oct 27 13:06:19 2001
@@ -75,6 +75,7 @@
#include <winsock.h>
#else
2001-10-27 11:22:54 +02:00
#include <sys/types.h>
+#include <sys/socket.h>
2001-10-27 11:22:54 +02:00
#include <netinet/in.h>
#endif