We're using GNU recursive mutexes

This commit is contained in:
Sam Lantinga
2009-12-30 19:48:23 +00:00
parent dca29a1b79
commit 4386417754

View File

@@ -21,6 +21,7 @@
*/
#include "SDL_config.h"
#define _GNU_SOURCE
#include <pthread.h>
#include "SDL_thread.h"