From 10d06d38eb57a3e133c424776f13cd58496d256a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 5 Nov 2006 11:46:43 +0000 Subject: [PATCH] Fix warning --- include/network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/network.h b/include/network.h index f49dd60a4e..8051555eff 100644 --- a/include/network.h +++ b/include/network.h @@ -133,7 +133,7 @@ VLC_EXPORT( int, net_Printf, ( vlc_object_t *p_this, int fd, const v_socket_t *, VLC_EXPORT( int, __net_vaPrintf, ( vlc_object_t *p_this, int fd, const v_socket_t *, const char *psz_fmt, va_list args ) ); -#if !HAVE_INET_PTON +#ifndef HAVE_INET_PTON /* only in core, so no need for C++ extern "C" */ int inet_pton(int af, const char *src, void *dst); #endif