We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51cd741 commit 1fde5abCopy full SHA for 1fde5ab
platforms/unix/vm/sqPlatformSpecific.h
@@ -36,6 +36,7 @@
36
#undef sqShrinkMemoryBy
37
#undef sqMemoryExtraBytesLeft
38
39
+#include <stdio.h> /* include this BEFORE we #define ftell and avoid signature mismatch */
40
#include "sqMemoryAccess.h"
41
42
extern usqInt sqAllocateMemory(usqInt minHeapSize, usqInt desiredHeapSize);
0 commit comments