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

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2012-09-28 18:04:48 +0400
committerKenneth Heafield <github@kheafield.com>2012-09-28 18:04:48 +0400
commit78f295c0a012503b68be7567910e1118fc8f3a28 (patch)
tree5f948b626f202f6a1db0139a04db92432cdbd7ec /util/file_piece.cc
parent287836438cf3209fda3172ca9a6a74dc30193b89 (diff)
KenLM c34d00
Diffstat (limited to 'util/file_piece.cc')
-rw-r--r--util/file_piece.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/file_piece.cc b/util/file_piece.cc
index 19a68728a..280f438c3 100644
--- a/util/file_piece.cc
+++ b/util/file_piece.cc
@@ -5,6 +5,8 @@
#include "util/mmap.hh"
#ifdef WIN32
#include <io.h>
+#else
+#include <unistd.h>
#endif // WIN32
#include <iostream>