Skip to content

Commit 930ac42

Browse files
Android stubs should be included in src/shims.h
1 parent 5501d24 commit 930ac42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/shims.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ typedef unsigned long pthread_priority_t;
9797
#include "shims/linux_stubs.h"
9898
#endif
9999

100+
#ifdef __ANDROID__
101+
#include "shims/android_stubs.h"
102+
#endif
103+
100104
typedef uint32_t dispatch_priority_t;
101105
#define DISPATCH_SATURATED_OVERRIDE ((dispatch_priority_t)UINT32_MAX)
102106

0 commit comments

Comments
 (0)