2017-07-05 11:43:36 +00:00
|
|
|
Index: openobex-1.7.2-Source/apps/obex_tcp.c
|
2015-08-24 13:33:30 +00:00
|
|
|
===================================================================
|
2017-07-05 11:43:36 +00:00
|
|
|
--- openobex-1.7.2-Source.orig/apps/obex_tcp.c
|
|
|
|
|
+++ openobex-1.7.2-Source/apps/obex_tcp.c
|
2015-08-24 13:33:30 +00:00
|
|
|
@@ -22,7 +22,7 @@
|
|
|
|
|
#ifdef HAVE_CONFIG_H
|
|
|
|
|
#include <config.h>
|
|
|
|
|
#endif
|
|
|
|
|
-#define _XOPEN_SOURCE 520
|
|
|
|
|
+#define _XOPEN_SOURCE 600
|
2017-07-05 11:43:36 +00:00
|
|
|
#define _POSIX_C_SOURCE 201112L // for getaddrinfo()
|
2015-08-24 13:33:30 +00:00
|
|
|
|
|
|
|
|
#ifdef _WIN32
|