aboutsummaryrefslogtreecommitdiff
path: root/src/nat/gnunet-helper-nat-client-windows.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat/gnunet-helper-nat-client-windows.c')
-rw-r--r--src/nat/gnunet-helper-nat-client-windows.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nat/gnunet-helper-nat-client-windows.c b/src/nat/gnunet-helper-nat-client-windows.c
index 89dad9e7b..622f8c961 100644
--- a/src/nat/gnunet-helper-nat-client-windows.c
+++ b/src/nat/gnunet-helper-nat-client-windows.c
@@ -42,6 +42,8 @@
42 * - Nathan Evans 42 * - Nathan Evans
43 */ 43 */
44#define _GNU_SOURCE 44#define _GNU_SOURCE
45/* Instead of including gnunet_common.h */
46#define GNUNET_memcpy(dst,src,n) do { if (0 != n) { (void) memcpy (dst,src,n); } } while (0)
45 47
46#define FD_SETSIZE 1024 48#define FD_SETSIZE 1024
47#include <winsock2.h> 49#include <winsock2.h>