]> git.sesse.net Git - vlc/commitdiff
OSX compile fix
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 9 Sep 2006 10:09:15 +0000 (10:09 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 9 Sep 2006 10:09:15 +0000 (10:09 +0000)
modules/access/ftp.c

index c54829a0b30e95378b0d490ca206ecf53c75dfad..cd00bb8331f5ca98f6ac9f25c2a98979d6044ca5 100644 (file)
 #include "vlc_url.h"
 #include "stream_output.h"
 
+#ifndef IPPORT_FTP
+# define IPPORT_FTP 21u
+#endif
+
 /*****************************************************************************
  * Module descriptor
  *****************************************************************************/