aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hfst/missing_unistd_include.patch
diff options
context:
space:
mode:
authorFrankie Robertson <frankie@robertson.name>2015-04-20 12:09:10 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2015-04-23 11:24:52 +0200
commit630eb3cb5a0b84f8393ad2ed0f20c70c2de7acf1 (patch)
treeb8a9c27fe107798f541ba361116094b811f73978 /testing/hfst/missing_unistd_include.patch
parent862996e46987a654d1d18d0e8fce59b4f56398e6 (diff)
Initial APKBUILD of HFST
Musl libc fixes submitted to upstream here: https://sourceforge.net/p/hfst/bugs/295/
Diffstat (limited to 'testing/hfst/missing_unistd_include.patch')
-rw-r--r--testing/hfst/missing_unistd_include.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/hfst/missing_unistd_include.patch b/testing/hfst/missing_unistd_include.patch
new file mode 100644
index 00000000000..5a5e6734c80
--- /dev/null
+++ b/testing/hfst/missing_unistd_include.patch
@@ -0,0 +1,10 @@
+--- hfst-3.8.2/libhfst/src/implementations/optimized-lookup/transducer.h
++++ hfst-3.8.2/libhfst/src/implementations/optimized-lookup/transducer_new.h
+@@ -14,6 +14,7 @@
+ #ifndef _HFST_OL_TRANSDUCER_TRANSDUCER_H_
+ #define _HFST_OL_TRANSDUCER_TRANSDUCER_H_
+
++#include <unistd.h>
+ #include <vector>
+ #include <set>
+ #include <iostream>