]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/tcp.c
Make RTSP use the generic http authentication code
[ffmpeg] / libavformat / tcp.c
index 3a39a9977f7acc221a64144900ce30511c9bc435..ae846a4c37022c1415926287ef441f89ddbb039b 100644 (file)
@@ -20,6 +20,7 @@
  */
 #include "avformat.h"
 #include <unistd.h>
+#include "internal.h"
 #include "network.h"
 #include "os_support.h"
 #if HAVE_SYS_SELECT_H