mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-12 14:28:14 +00:00
Fix compiler warnings in Native Client and Linux builds.
This commit is contained in:
@@ -20,7 +20,9 @@
|
||||
*/
|
||||
#include "../../SDL_internal.h"
|
||||
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
#include <pthread.h>
|
||||
#include <errno.h>
|
||||
|
||||
|
Reference in New Issue
Block a user