Index: include/core/SkOSFile.h |
diff --git a/include/core/SkOSFile.h b/include/core/SkOSFile.h |
index 39a16464583beff62e2133349657d78027afcac1..f977327e2552d825c4d8536f586ccdd9e8d0c7b1 100644 |
--- a/include/core/SkOSFile.h |
+++ b/include/core/SkOSFile.h |
@@ -41,6 +41,7 @@ size_t sk_fwrite(const void* buffer, size_t byteCount, FILE*); |
char* sk_fgets(char* str, int size, FILE* f); |
void sk_fflush(FILE*); |
+void sk_fsync(FILE*); |
bool sk_fseek(FILE*, size_t); |
bool sk_fmove(FILE*, long); |