Skip to content

Commit be7545b

Browse files
SiegeLordExSiegeLord
authored andcommitted
Define the _FILE_OFFSET_BITS macro before including ctype.h in modaudio.c.
This might fix the compilation issue... Fixes #1361
1 parent f7918f0 commit be7545b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/acodec/modaudio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
* author: Matthew Leverton
44
*/
55

6+
#define _FILE_OFFSET_BITS 64
67
#include <ctype.h>
78

8-
#define _FILE_OFFSET_BITS 64
99
#include "allegro5/allegro.h"
1010
#include "allegro5/allegro_acodec.h"
1111
#include "allegro5/allegro_audio.h"

0 commit comments

Comments
 (0)