]> git.sesse.net Git - vlc/commitdiff
Fix typo
authorRémi Denis-Courmont <rem@videolan.org>
Thu, 28 Jul 2005 16:00:27 +0000 (16:00 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Thu, 28 Jul 2005 16:00:27 +0000 (16:00 +0000)
src/stream_output/sap.c

index 65e758932a9b7beb0895a95ba59574d8eab8dec1..c3ea39226c309a4d156e12cda4ac31496d62598b 100644 (file)
@@ -301,7 +301,7 @@ static int announce_SAPAnnounceAdd( sap_handler_t *p_sap,
 
     switch( addr.ss_family )
     {
-#if defined (INET_PTON) || defined (WIN32)
+#if defined (HAVE_INET_PTON) || defined (WIN32)
         case AF_INET6:
         {
             /* See RFC3513 for list of valid IPv6 scopes */