summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-10-22 02:43:15 +0200
committerDudemanguy <random342@airmail.cc>2023-11-05 17:36:17 +0000
commit56d35da180879ef86a15f89f1f870dcc1cb11e5f (patch)
tree4293ad8854541fc08fda8024e789144ae69ccca1 /common
parent55ed50ba901e70adda09f1cf8c0de7cf80cabeb3 (diff)
downloadmpv-56d35da180879ef86a15f89f1f870dcc1cb11e5f.tar.bz2
mpv-56d35da180879ef86a15f89f1f870dcc1cb11e5f.tar.xz
mp_thread: add win32 implementation
Diffstat (limited to 'common')
-rw-r--r--common/stats.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/stats.c b/common/stats.c
index fa86aac961..c5f1e50590 100644
--- a/common/stats.c
+++ b/common/stats.c
@@ -1,4 +1,3 @@
-#include <pthread.h>
#include <stdatomic.h>
#include <time.h>
#include <unistd.h>