]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/network.h
Merge commit '9446d75941d639f19cfa9ae007eb4c5ca041f200'
[ffmpeg] / libavformat / network.h
index 1b14506fd322ed7c9634884b401f22a94a6081c1..f7e19b196e6565deeccac2ed181eaa9c30b68eda 100644 (file)
 #ifndef AVFORMAT_NETWORK_H
 #define AVFORMAT_NETWORK_H
 
+#include <errno.h>
+
 #include "config.h"
+#include "libavutil/error.h"
 #include "os_support.h"
 
 #if HAVE_WINSOCK2_H