1
0
mirror of https://github.com/libretro/RetroArch synced 2025-04-02 07:20:34 +00:00

rthreads - build fix

This commit is contained in:
Twinaphex 2014-10-21 03:28:26 +02:00
parent ca79265e4b
commit 04d5ca50e9

@ -23,7 +23,7 @@
#ifndef THREAD_H__
#define THREAD_H__
#include "boolean.h"
#include "../boolean.h"
#include <stdint.h>
#if defined(__cplusplus) && !defined(MSC_VER)