fix(x11/handbrake): include time.h

This commit is contained in:
Biswapriyo Nath 2024-03-15 08:36:46 +00:00 committed by Chongyun Lee
parent e23debdcf6
commit 3d994294ea
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- a/libhb/muxavformat.c
+++ b/libhb/muxavformat.c
@@ -7,6 +7,7 @@
For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html
*/
+#include <time.h>
#include <ogg/ogg.h>
#include "libavcodec/bsf.h"
#include "libavformat/avformat.h"

View File

@ -0,0 +1,10 @@
--- a/libhb/work.c
+++ b/libhb/work.c
@@ -7,6 +7,7 @@
For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html
*/
+#include <time.h>
#include "handbrake/handbrake.h"
#include "libavformat/avformat.h"
#include "handbrake/decomb.h"