mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 05:20:47 -04:00
13 lines
365 B
Plaintext
13 lines
365 B
Plaintext
$NetBSD: patch-ak,v 1.1 2009/08/27 18:39:19 hasso Exp $
|
|
|
|
--- transmitters/rawudp/fs-rawudp-transmitter.h.orig 2009-08-27 21:26:47 +0300
|
|
+++ transmitters/rawudp/fs-rawudp-transmitter.h 2009-08-27 21:27:12 +0300
|
|
@@ -35,6 +35,7 @@
|
|
# include <ws2tcpip.h>
|
|
#else /*G_OS_WIN32*/
|
|
# include <arpa/inet.h>
|
|
+# include <sys/socket.h>
|
|
#endif /*G_OS_WIN32*/
|
|
|
|
G_BEGIN_DECLS
|