changeset 35906:2228001384a5

Add _BSD_SOURCE #define for inet_aton().
author diego
date Sun, 17 Mar 2013 22:47:38 +0000
parents 0989cbea18b4
children 05916e37848e
files udp_sync.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/udp_sync.c	Sun Mar 17 22:47:35 2013 +0000
+++ b/udp_sync.c	Sun Mar 17 22:47:38 2013 +0000
@@ -19,6 +19,8 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#define _BSD_SOURCE
+
 #include "config.h"
 
 #if !HAVE_WINSOCK2_H