blob: 9857a5630e04a710420686e080bf9503a4b2f93a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- 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
#include <sys/types.h>
+#include <sys/socket.h>
#include <netinet/in.h>
#endif
|