summaryrefslogtreecommitdiff
path: root/i18npool/source/indexentry
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-19 16:23:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-19 16:23:59 +0100
commit14a255f9c064253b28c82e1e3a5ee18e033475fa (patch)
treed805dbe795b31c8dc40a68dfc7d00fb5cfaff6db /i18npool/source/indexentry
parent49f5d94f40fddae3d34a8f330965719f8f64eb04 (diff)
add errno.h for errno
Diffstat (limited to 'i18npool/source/indexentry')
-rw-r--r--i18npool/source/indexentry/genindex_data.cxx1
1 files changed, 1 insertions, 0 deletions
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>