Skip to content
Snippets Groups Projects
Commit f9c6044a authored by Dave Yeo's avatar Dave Yeo Committed by Michael Niedermayer
Browse files

Fix compilation with os2threads

parent 3836af47
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,8 @@ ...@@ -32,6 +32,8 @@
#undef __STRICT_ANSI__ /* for _beginthread() */ #undef __STRICT_ANSI__ /* for _beginthread() */
#include <stdlib.h> #include <stdlib.h>
#include "libavutil/mem.h"
typedef TID pthread_t; typedef TID pthread_t;
typedef void pthread_attr_t; typedef void pthread_attr_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment