diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-19 16:23:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-19 16:23:59 +0100 |
commit | 14a255f9c064253b28c82e1e3a5ee18e033475fa (patch) | |
tree | d805dbe795b31c8dc40a68dfc7d00fb5cfaff6db /i18npool | |
parent | 49f5d94f40fddae3d34a8f330965719f8f64eb04 (diff) |
add errno.h for errno
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/breakiterator/gendict.cxx | 1 | ||||
-rw-r--r-- | i18npool/source/indexentry/genindex_data.cxx | 1 | ||||
-rw-r--r-- | i18npool/source/textconversion/genconv_dict.cxx | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/i18npool/source/breakiterator/gendict.cxx b/i18npool/source/breakiterator/gendict.cxx index 369d4f8eff56..5c2f38216544 100644 --- a/i18npool/source/breakiterator/gendict.cxx +++ b/i18npool/source/breakiterator/gendict.cxx @@ -32,6 +32,7 @@ #include <stdio.h> #include <string.h> #include <stdlib.h> +#include <errno.h> #include <sal/main.h> #include <sal/types.h> #include <rtl/strbuf.hxx> diff --git a/i18npool/source/indexentry/genindex_data.cxx b/i18npool/source/indexentry/genindex_data.cxx index 85424536a29d..196e58087b87 100644 --- a/i18npool/source/indexentry/genindex_data.cxx +++ b/i18npool/source/indexentry/genindex_data.cxx @@ -32,6 +32,7 @@ #include <stdio.h> #include <string.h> #include <stdlib.h> +#include <errno.h> #include <sal/main.h> #include <sal/types.h> #include <rtl/ustring.hxx> diff --git a/i18npool/source/textconversion/genconv_dict.cxx b/i18npool/source/textconversion/genconv_dict.cxx index 3882f60b6eaa..0c0e59189947 100644 --- a/i18npool/source/textconversion/genconv_dict.cxx +++ b/i18npool/source/textconversion/genconv_dict.cxx @@ -32,6 +32,7 @@ #include <stdio.h> #include <string.h> #include <stdlib.h> +#include <errno.h> #include <sal/main.h> #include <sal/types.h> #include <rtl/strbuf.hxx> |