From 5c85e7024027c90b1b054782e510691b8b9c7419 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sun, 28 Nov 2021 05:45:34 +0200 Subject: libcamera: base: Rename FileDescriptor to SharedFD Now that we have a UniqueFD class, the name FileDescriptor is ambiguous. Rename it to SharedFD. Signed-off-by: Laurent Pinchart Reviewed-by: Hirokazu Honda Reviewed-by: Jacopo Mondi --- src/libcamera/base/file.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libcamera/base/file.cpp') diff --git a/src/libcamera/base/file.cpp b/src/libcamera/base/file.cpp index 923e03fa..fb3e276d 100644 --- a/src/libcamera/base/file.cpp +++ b/src/libcamera/base/file.cpp @@ -15,6 +15,7 @@ #include #include +#include /** * \file base/file.h -- cgit v1.2.1