Add back header in threading.h

Added back the header needed in threading.h

Change-Id: I2ce66ad4fe58004997623f6c3f3b8dd11640aa98
This commit is contained in:
Yunqing Wang 2016-07-21 17:24:32 -07:00
parent 930773a1ed
commit 4b073bc39a

View 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