mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-06 18:06:26 +00:00
Include SDL_internal.h before checking HAVE_FRIBIDI_H
This happened to work because of precompiled headers
This commit is contained in:
@@ -18,10 +18,10 @@
|
||||
misrepresented as being the original software.
|
||||
3. This notice may not be removed or altered from any source distribution.
|
||||
*/
|
||||
#include "SDL_internal.h"
|
||||
|
||||
#ifdef HAVE_FRIBIDI_H
|
||||
|
||||
#include "SDL_internal.h"
|
||||
#include "SDL_fribidi.h"
|
||||
#include <fribidi.h>
|
||||
|
||||
|
Reference in New Issue
Block a user