linux: Move SDL_LinuxSetThreadPriority() elsewhere to fix build.

Fixes Bugzilla #4393.
This commit is contained in:
Ryan C. Gordon 2018-12-05 16:51:22 -05:00
parent bd3ee07c83
commit 1689e9f910
4 changed files with 3 additions and 83 deletions

View file

@ -20,6 +20,7 @@
*/
#include "../../SDL_internal.h"
#include "SDL_system.h"
#include <pthread.h>