(libretro-common) std=c99 compatibility for rsemaphore.c

This commit is contained in:
twinaphex 2016-04-05 18:42:16 +02:00
parent 26d37e006a
commit 78426895db

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 <rthreads/rthreads.h>