diff options
author | Kenneth Heafield <github@kheafield.com> | 2013-01-20 12:43:43 +0000 |
---|---|---|
committer | Kenneth Heafield <github@kheafield.com> | 2013-01-20 12:43:43 +0000 |
commit | acbc307afe151cea18bab2db61fe9a0b0d3776e6 (patch) | |
tree | b2c13788cbd9f733bdf8b46e5d054198e0d81eba /klm/util/have.hh | |
parent | dc16aa2accc7d9033d9c31c7bbc5e581d43a5101 (diff) |
Fix missing macros
Diffstat (limited to 'klm/util/have.hh')
-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 |