You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+#if defined(__ANDROID__)
+#include "ifaddrs.h"
+#else
#include <ifaddrs.h>
#endif
I think adding -Ipath/to/headers/ when compiling is a better way and then you
don't need to modify the current file.
Original issue reported on code.google.com by
[email protected]
on 4 May 2015 at 7:08The text was updated successfully, but these errors were encountered: