# HG changeset patch # User diego # Date 1363560458 0 # Node ID 2228001384a5666f96a94f0176885fce3dd6ea23 # Parent 0989cbea18b43936506ba1cbb84d14b47fffc303 Add _BSD_SOURCE #define for inet_aton(). diff -r 0989cbea18b4 -r 2228001384a5 udp_sync.c --- 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