Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
We're using GNU recursive mutexes
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 30, 2009
1 parent 4e13d15 commit cb5edf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/thread/pthread/SDL_sysmutex.c
Expand Up @@ -21,6 +21,7 @@
*/
#include "SDL_config.h"

#define _GNU_SOURCE
#include <pthread.h>

#include "SDL_thread.h"
Expand Down

0 comments on commit cb5edf2

Please sign in to comment.