Skip to content

Commit e1fde46

Browse files
committed
Include SDL_internal.h before checking HAVE_FRIBIDI_H
This happened to work because of precompiled headers
1 parent f69981c commit e1fde46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/unix/SDL_fribidi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
misrepresented as being the original software.
1919
3. This notice may not be removed or altered from any source distribution.
2020
*/
21+
#include "SDL_internal.h"
2122

2223
#ifdef HAVE_FRIBIDI_H
2324

24-
#include "SDL_internal.h"
2525
#include "SDL_fribidi.h"
2626
#include <fribidi.h>
2727

0 commit comments

Comments
 (0)