@@ -, +, @@ libc to satisfy ssize_t. (fixes issue#12) --- liblangtag/lt-string.h | 1 + 1 file changed, 1 insertion(+) --- a/liblangtag/lt-string.h +++ a/liblangtag/lt-string.h @@ -18,6 +18,7 @@ #define __LT_STRING_H__ #include +#include LT_BEGIN_DECLS --