Skip to content

Commit 5fc160d

Browse files
ephemergonzalolarralde
authored andcommitted
Import string.h conditionally
1 parent 53c82ff commit 5fc160d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dispatch/dispatch.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
#include <os/generic_unix_base.h>
3131
#endif
3232

33+
#ifdef __ANDROID__
3334
#include <string.h>
35+
#endif
3436

3537
#include <sys/types.h>
3638
#include <stddef.h>

0 commit comments

Comments
 (0)