Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Dragunov <l.dragunov@corp.mail.ru>2015-11-24 13:40:17 +0300
committerLev Dragunov <l.dragunov@corp.mail.ru>2015-12-03 15:58:37 +0300
commit0423af0845762410f55f490b74e7579acb7a1271 (patch)
tree0d02210ccd73bb31cb054417592d9c5fbaf8d1a7 /coding/file_container.cpp
parenta7278159915aada1df5b80d35bc56477f18105f4 (diff)
Comment fix.
Diffstat (limited to 'coding/file_container.cpp')
-rw-r--r--coding/file_container.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/coding/file_container.cpp b/coding/file_container.cpp
index 28cd7182a9..4c16a05d56 100644
--- a/coding/file_container.cpp
+++ b/coding/file_container.cpp
@@ -5,6 +5,7 @@
#ifndef OMIM_OS_WINDOWS
#include <errno.h>
+ #include <stdio.h>
#include <unistd.h>
#include <sys/mman.h>
#include <sys/stat.h>