mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 11:18:25 +00:00
(libretro-common) std=c99 compatibility for rsemaphore.c
This commit is contained in:
parent
26d37e006a
commit
78426895db
@ -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 <rthreads/rthreads.h>
|
||||
|
Loading…
Reference in New Issue
Block a user