comparison udp_sync.c @ 35906:2228001384a5

Add _BSD_SOURCE #define for inet_aton().
author diego
date Sun, 17 Mar 2013 22:47:38 +0000
parents 25de7f7ee57c
children
comparison
equal deleted inserted replaced
35905:0989cbea18b4 35906:2228001384a5
16 * 16 *
17 * You should have received a copy of the GNU General Public License along 17 * You should have received a copy of the GNU General Public License along
18 * with MPlayer; if not, write to the Free Software Foundation, Inc., 18 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
19 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 19 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20 */ 20 */
21
22 #define _BSD_SOURCE
21 23
22 #include "config.h" 24 #include "config.h"
23 25
24 #if !HAVE_WINSOCK2_H 26 #if !HAVE_WINSOCK2_H
25 #include <errno.h> 27 #include <errno.h>