Fixed NEON GPU plugin for PC by using stdint.h types - use
[pcsx_rearmed.git] / plugins / gpu_neon / psx_gpu_if.c
index ad01761..86103f3 100644 (file)
@@ -8,7 +8,7 @@
  * See the COPYING file in the top-level directory.
  */
 
-#include <stdio.h>
+#include <stdint.h>
 #include <sys/mman.h>
 
 extern const unsigned char cmd_lengths[256];