summaryrefslogtreecommitdiff
path: root/libavfilter/pthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/pthread.c')
-rw-r--r--libavfilter/pthread.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/pthread.c b/libavfilter/pthread.c
index 0630ad2f50..eb40f0058e 100644
--- a/libavfilter/pthread.c
+++ b/libavfilter/pthread.c
@@ -34,6 +34,8 @@
#if HAVE_PTHREADS
#include <pthread.h>
+#elif HAVE_OS2THREADS
+#include "compat/os2threads.h"
#elif HAVE_W32THREADS
#include "compat/w32pthreads.h"
#endif