Skip to content

Fix build with android NDK r16

Olivier Crête requested to merge android-fix into master

getifaddrs() may only be available if the target API is >= 24

This is the fix for issue #41 (closed).

Merge request reports