summaryrefslogtreecommitdiffstats
path: root/fmt-conversion.h
diff options
context:
space:
mode:
Diffstat (limited to 'fmt-conversion.h')
-rw-r--r--fmt-conversion.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fmt-conversion.h b/fmt-conversion.h
index 86121f584d..b27803eea3 100644
--- a/fmt-conversion.h
+++ b/fmt-conversion.h
@@ -1,8 +1,9 @@
#ifndef MPLAYER_FMT_CONVERSION_H
#define MPLAYER_FMT_CONVERSION_H
+#include <stdio.h>
#include "libavutil/avutil.h"
-#include "img_format.h"
+#include "libmpcodecs/img_format.h"
enum PixelFormat imgfmt2pixfmt(int fmt)
{