linux: Move SDL_LinuxSetThreadPriority() elsewhere to fix build.

Fixes Bugzilla #4393.

--HG--
extra : rebase_source : 6f11be4047f8e92542f8d3d3938c76594e19cda0
This commit is contained in:
Ryan C. Gordon 2018-12-05 16:51:22 -05:00
parent a233460a58
commit 2601ef1f2d
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>