]> granicus.if.org Git - libvpx/commitdiff
Add back header in threading.h
authorYunqing Wang <yunqingwang@google.com>
Fri, 22 Jul 2016 00:24:32 +0000 (17:24 -0700)
committerYunqing Wang <yunqingwang@google.com>
Fri, 22 Jul 2016 00:26:05 +0000 (17:26 -0700)
Added back the header needed in threading.h

Change-Id: I2ce66ad4fe58004997623f6c3f3b8dd11640aa98

vp8/common/threading.h

index c761ea96d3b2d843e995ae1039b7024082c66b2d..013ed7a54f6d74cfa3057a4842692c4b14b831b2 100644 (file)
@@ -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