X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fcompat.h;h=c38e2fa7b4bc593c149605b56b3eff97fa6cb8e8;hb=428f94b5411bf51b6e77d611daa709dfbb063966;hp=3c95e373493d97f66bb36ea7f121373bc7f9d4e0;hpb=9381057f4bbebcef51c11a6736e36d95bdba4dd0;p=novacoin.git diff --git a/src/compat.h b/src/compat.h index 3c95e37..c38e2fa 100644 --- a/src/compat.h +++ b/src/compat.h @@ -23,7 +23,11 @@ #else #include #include +#ifdef ANDROID +#include +#else #include +#endif #include #include #include @@ -66,5 +70,4 @@ inline int myclosesocket(SOCKET& hSocket) } #define closesocket(s) myclosesocket(s) - #endif