summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-08-27 22:40:19 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2010-08-27 22:40:19 +0200
commit25b5ec137669ea09e1b427df02d0c4ecfba3e580 (patch)
treeebb8e3af6c33e5c9ac3ebcaa6625436da18e851a /inc
parent55264cc8353d2769bf53f5222fe145bfe95e863b (diff)
downloadabrt-25b5ec137669ea09e1b427df02d0c4ecfba3e580.tar.gz
abrt-25b5ec137669ea09e1b427df02d0c4ecfba3e580.tar.xz
abrt-25b5ec137669ea09e1b427df02d0c4ecfba3e580.zip
include config.h in abrtlib.h
- config.h contains #define ENABLE_NLS which is required for localization to work
Diffstat (limited to 'inc')
-rw-r--r--inc/abrtlib.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/inc/abrtlib.h b/inc/abrtlib.h
index 43d93899..8f55c673 100644
--- a/inc/abrtlib.h
+++ b/inc/abrtlib.h
@@ -42,6 +42,11 @@
# include <string>
#endif
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
/* Some libc's forget to declare these, do it ourself */
extern char **environ;
#if defined(__GLIBC__) && __GLIBC__ < 2