summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorllyyr <llyyr.public@gmail.com>2023-09-20 17:28:35 +0530
committerDudemanguy <random342@airmail.cc>2023-09-21 14:40:11 +0000
commit27f0a35c535d66f4216fc1a4f1d15d10990fb8a0 (patch)
tree800a7e8b015df6990168ea5f7731a8a9f897c156 /misc
parent181079203103683fa36c0c233cc3ac6137c22529 (diff)
downloadmpv-27f0a35c535d66f4216fc1a4f1d15d10990fb8a0.tar.bz2
mpv-27f0a35c535d66f4216fc1a4f1d15d10990fb8a0.tar.xz
various: add missing include in header flles
Mostly cosmetic
Diffstat (limited to 'misc')
-rw-r--r--misc/thread_pool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/thread_pool.h b/misc/thread_pool.h
index 14954da58f..39106ee498 100644
--- a/misc/thread_pool.h
+++ b/misc/thread_pool.h
@@ -1,6 +1,7 @@
#ifndef MPV_MP_THREAD_POOL_H
#define MPV_MP_THREAD_POOL_H
+#include <stdbool.h>
struct mp_thread_pool;
// Create a thread pool with the given number of worker threads. This can return