Skip to content

Commit

Permalink
Fixed bug 4667 - Build errors on Linux when building without Threads …
Browse files Browse the repository at this point in the history
…support

Manuel Sabogal

There is an issue on the latest commit of the mercurial repo when SDL_THREADS_DISABLED is set:

src/core/linux/SDL_threadprio.c:79:28: error: unknown type name 'Sint64'; did you mean 'int'
  • Loading branch information
slouken committed Jun 17, 2019
1 parent 9306ef9 commit 93a5e4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/linux/SDL_threadprio.c
Expand Up @@ -22,6 +22,8 @@

#ifdef __LINUX__

#include "SDL_stdinc.h"

#if !SDL_THREADS_DISABLED
#include <sys/time.h>
#include <sys/resource.h>
Expand Down

0 comments on commit 93a5e4c

Please sign in to comment.