Commit 8801fac3 authored by Martin Storsjö's avatar Martin Storsjö

ismindex: Fix build on mingw

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent d78bb1a4
......@@ -35,6 +35,10 @@
#include <stdio.h>
#include <string.h>
#include <sys/stat.h>
#ifdef _WIN32
#include <io.h>
#define mkdir(a, b) mkdir(a)
#endif
#include "libavformat/avformat.h"
#include "libavutil/intreadwrite.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment