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:
Diffstat (limited to 'lm/filter/arpa_io.hh')
-rw-r--r--lm/filter/arpa_io.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/lm/filter/arpa_io.hh b/lm/filter/arpa_io.hh
index 5b31620b5..08e658666 100644
--- a/lm/filter/arpa_io.hh
+++ b/lm/filter/arpa_io.hh
@@ -14,7 +14,10 @@
#include <string>
#include <vector>
+#if !defined __MINGW32__
#include <err.h>
+#endif
+
#include <string.h>
#include <stdint.h>