(libretro-common) This should allow rthreads.c to compile with -std=c99

This commit is contained in:
twinaphex 2016-04-05 17:52:23 +02:00
parent 15fa7f9cd1
commit 26d37e006a

View File

@ -20,6 +20,10 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#ifdef __unix__
#define _POSIX_C_SOURCE 199309
#endif
#include <stdlib.h>
#include <boolean.h>