diff options
author | Yunqing Wang <yunqingwang@google.com> | 2016-07-21 17:24:32 -0700 |
---|---|---|
committer | Yunqing Wang <yunqingwang@google.com> | 2016-07-21 17:26:05 -0700 |
commit | 4b073bc39a39283577c485ed1e56c92cf0eaaa89 (patch) | |
tree | e5de4d37004a1b86f617d9b548248488063c590a | |
parent | 930773a1ede62d8b29ab2f66361e6e59b11ea6b9 (diff) | |
download | libvpx-4b073bc39a39283577c485ed1e56c92cf0eaaa89.tar.gz libvpx-4b073bc39a39283577c485ed1e56c92cf0eaaa89.tar.bz2 libvpx-4b073bc39a39283577c485ed1e56c92cf0eaaa89.zip |
Add back header in threading.h
Added back the header needed in threading.h
Change-Id: I2ce66ad4fe58004997623f6c3f3b8dd11640aa98
-rw-r--r-- | vp8/common/threading.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vp8/common/threading.h b/vp8/common/threading.h index c761ea96d..013ed7a54 100644 --- a/vp8/common/threading.h +++ b/vp8/common/threading.h @@ -185,6 +185,8 @@ static inline int sem_destroy(sem_t *sem) { #define x86_pause_hint() #endif +#include "vpx_util/vpx_thread.h" + #endif /* CONFIG_OS_SUPPORT && CONFIG_MULTITHREAD */ #ifdef __cplusplus |