pushed to the master branch. On Thu, Dec 1, 2022 at 10:28 PM Mahesh Pittala <[email protected]> wrote:
> From 4da1198a94028026ce96ba1781d3c7842e74e173 Mon Sep 17 00:00:00 2001 > From: Barath Nithish <[email protected]> > Date: Thu, 1 Dec 2022 15:49:11 +0530 > Subject: [PATCH] fix build error on BSD > > Signed-off-by: maheshpittala <[email protected]> > --- > source/x265.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/source/x265.h b/source/x265.h > index e77d4e019..95532580a 100644 > --- a/source/x265.h > +++ b/source/x265.h > @@ -26,6 +26,7 @@ > #define X265_H > #include <stdint.h> > #include <stdio.h> > +#include <sys/stat.h> > #include "x265_config.h" > #ifdef __cplusplus > extern "C" { > -- > 2.23.0.windows.1 > >
_______________________________________________ x265-devel mailing list [email protected] https://mailman.videolan.org/listinfo/x265-devel
