]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/file.c
Use full path for #includes from another directory.
[ffmpeg] / libavformat / file.c
index f61130694fd90bd5ea0ecb9a6950da26ed8ac698..758c050212ebb90baa957b96e87e43b6e579a129 100644 (file)
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
+
+#include "libavutil/avstring.h"
 #include "avformat.h"
-#include "avstring.h"
 #include <fcntl.h>
 #include <unistd.h>
 #include <sys/time.h>
 #include <stdlib.h>
+#include "os_support.h"
 
 
 /* standard file protocol */