changed macro used to select interface listing code

This commit is contained in:
gardners 2012-04-28 12:29:29 +09:30
parent 2ab32197a7
commit 4c498afd19

View File

@ -589,7 +589,7 @@ int overlay_interface_discover()
}
freeifaddrs(ifaddr);
#else
#ifdef HAVE_LINUX_IF_H
#ifdef ANDROID
/* Use alternative linux-only method to find and register interfaces. */
lsif();
#else