X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fgpu_neon%2Fpsx_gpu_if.c;h=3f3805a9d0bd2679e26c2707df0eeaea2aacba95;hb=1fce6ce87dcd15107e3aa26b767395dbb6eafe6c;hp=788e3b42282b374b1ad5d65bebd7767a2429805c;hpb=5c1cbedc034c59caba3955c663868c74e9631731;p=pcsx_rearmed.git diff --git a/plugins/gpu_neon/psx_gpu_if.c b/plugins/gpu_neon/psx_gpu_if.c index 788e3b42..3f3805a9 100644 --- a/plugins/gpu_neon/psx_gpu_if.c +++ b/plugins/gpu_neon/psx_gpu_if.c @@ -9,7 +9,12 @@ */ #include + +#ifdef _WIN32 +#include +#else #include +#endif extern const unsigned char cmd_lengths[256]; #define command_lengths cmd_lengths