Include standard headers (for PS2).

This commit is contained in:
Stephanie Gawroriski
2020-11-06 20:59:36 -05:00
parent 855504f180
commit 96e70d964f

View File

@@ -1,8 +1,10 @@
#ifndef PORTABILITY_H
#define PORTABILITY_H
#include <stddef.h>
#include <stdint.h>
#include <stdbool.h>
#include <limits.h>
//threads
#if defined(EMU_MULTITHREADED)