12 lines
160 B
Diff
12 lines
160 B
Diff
|
--- a/ckcnet.h
|
||
|
+++ b/ckcnet.h
|
||
|
@@ -1506,4 +1506,8 @@
|
||
|
#endif
|
||
|
#endif /* MACOSX10 */
|
||
|
|
||
|
+#ifdef __ANDROID__
|
||
|
+#include <strings.h>
|
||
|
+#endif
|
||
|
+
|
||
|
#endif /* CKCNET_H */
|