]> git.sesse.net Git - nageru/commitdiff
Small #include fix.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 13 May 2024 20:57:59 +0000 (22:57 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 13 May 2024 20:57:59 +0000 (22:57 +0200)
nageru/ffmpeg_capture.cpp

index 6dbcbd602b79b544c8319ddd9446b9992c66ef10..34c2dd199d271c44a777869400aec6d5e5d3f221 100644 (file)
@@ -3,8 +3,7 @@
 #include "shared/shared_defs.h"
 
 #include <assert.h>
-#include <cerrno>
-#include <ctime>
+#include <errno.h>
 #include <limits>
 #include <map>
 #include <memory>
@@ -13,6 +12,7 @@
 #include <movit/ycbcr.h>
 #include <mutex>
 #include <pthread.h>
+#include <time.h>
 #include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>