diff options
Diffstat (limited to 'klm')
-rw-r--r-- | klm/util/have.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/klm/util/have.hh b/klm/util/have.hh index 1523c0c5..e9a4d946 100644 --- a/klm/util/have.hh +++ b/klm/util/have.hh @@ -2,6 +2,10 @@ #ifndef UTIL_HAVE__ #define UTIL_HAVE__ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #ifndef HAVE_ICU //#define HAVE_ICU #endif |