diff options
author | Clément Bœsch <clement@stupeflix.com> | 2015-12-07 14:51:21 +0100 |
---|---|---|
committer | Clément Bœsch <clement@stupeflix.com> | 2015-12-07 14:57:33 +0100 |
commit | dc97ff8380c2d35aebdd073bcd727084c5037c3c (patch) | |
tree | 799b016c0d28d61f2a49598d67873136ff6b3352 /tests/api/api-threadmessage-test.c | |
parent | 2730a2013daab9a69b021fe107a60e601ec9d688 (diff) | |
download | ffmpeg-dc97ff8380c2d35aebdd073bcd727084c5037c3c.tar.gz |
fate/api: add w32+os2 support for fate-api-threadmessage
Diffstat (limited to 'tests/api/api-threadmessage-test.c')
-rw-r--r-- | tests/api/api-threadmessage-test.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/api/api-threadmessage-test.c b/tests/api/api-threadmessage-test.c index c78af2a1d5..3e0ac5cf19 100644 --- a/tests/api/api-threadmessage-test.c +++ b/tests/api/api-threadmessage-test.c @@ -22,12 +22,11 @@ * Thread message API test */ -#include <pthread.h> - #include "libavutil/avassert.h" #include "libavutil/avstring.h" #include "libavutil/frame.h" #include "libavutil/threadmessage.h" +#include "libavutil/thread.h" // not public struct sender_data { int id; |