mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 706724 - Fix for error: ‘ftruncate’ was not declared in this scope. r=benjamin
This commit is contained in:
parent
9aa4f8386a
commit
a5124bc419
@ -8,7 +8,7 @@
|
|||||||
#include <io.h>
|
#include <io.h>
|
||||||
#endif
|
#endif
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#if defined(ANDROID)
|
#if defined(ANDROID) || defined(OS_POSIX)
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user