diff options
author | Thomas Lange [tl] <tl@openoffice.org> | 2010-01-12 14:35:58 +0100 |
---|---|---|
committer | Thomas Lange [tl] <tl@openoffice.org> | 2010-01-12 14:35:58 +0100 |
commit | 84c78339cdb438323350301db58b60efb751608d (patch) | |
tree | f4b6bffcd93634763c0bb3d34521c7a702f23793 /lingucomponent/source | |
parent | 46271f0c4df6b0cb0cd07c1070057f1c47c8aa65 (diff) |
#i108247# missing include added
Diffstat (limited to 'lingucomponent/source')
-rw-r--r-- | lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx index 6ff8f50177a4..7ebd9a7b66f3 100644 --- a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx +++ b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx @@ -65,7 +65,7 @@ #include "dictmgr.hxx" #include <stdio.h> -#include <sring.h> +#include <string.h> #include <list> #include <set> |