Bug 706724 - Fix for error: ‘ftruncate’ was not declared in this scope. r=benjamin

This commit is contained in:
aceman 2012-01-11 10:46:54 +01:00
parent 9aa4f8386a
commit a5124bc419

View File

@ -8,7 +8,7 @@
#include <io.h>
#endif
#include <stdio.h>
#if defined(ANDROID)
#if defined(ANDROID) || defined(OS_POSIX)
#include <unistd.h>
#endif