From 72c601e0f71d3c71a53d43bdac935489ed86e3c5 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Sat, 27 Aug 2022 23:33:06 +0200 Subject: avutil/internal: Move avpriv-file API to a header of its own It is not used by the large majority of files that include lavu/internal.h. Signed-off-by: Andreas Rheinhardt --- libavdevice/fbdev_common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavdevice/fbdev_common.c') diff --git a/libavdevice/fbdev_common.c b/libavdevice/fbdev_common.c index 91bd8e1a91..47e7edde5c 100644 --- a/libavdevice/fbdev_common.c +++ b/libavdevice/fbdev_common.c @@ -26,6 +26,7 @@ #include #include "fbdev_common.h" #include "libavutil/common.h" +#include "libavutil/file_open.h" #include "avdevice.h" struct rgb_pixfmt_map_entry { -- cgit v1.2.3