[MPlayer-cvslog] r36000 - trunk/udp_sync.c

diego subversion at mplayerhq.hu
Sun Mar 17 23:47:38 CET 2013


Author: diego
Date: Sun Mar 17 23:47:38 2013
New Revision: 36000

Log:
Add _BSD_SOURCE #define for inet_aton().

Modified:
   trunk/udp_sync.c

Modified: trunk/udp_sync.c
==============================================================================
--- trunk/udp_sync.c	Sun Mar 17 23:47:35 2013	(r35999)
+++ trunk/udp_sync.c	Sun Mar 17 23:47:38 2013	(r36000)
@@ -19,6 +19,8 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#define _BSD_SOURCE
+
 #include "config.h"
 
 #if !HAVE_WINSOCK2_H


More information about the MPlayer-cvslog mailing list