Skip to content

Commit 1fde5ab

Browse files
Another attempt at fixing linux32 builds
failure is related to ftello signature mismatch
1 parent 51cd741 commit 1fde5ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platforms/unix/vm/sqPlatformSpecific.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
#undef sqShrinkMemoryBy
3737
#undef sqMemoryExtraBytesLeft
3838

39+
#include <stdio.h> /* include this BEFORE we #define ftell and avoid signature mismatch */
3940
#include "sqMemoryAccess.h"
4041

4142
extern usqInt sqAllocateMemory(usqInt minHeapSize, usqInt desiredHeapSize);

0 commit comments

Comments
 (0)