diff options
Diffstat (limited to 'k5encode.c')
-rw-r--r-- | k5encode.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -37,6 +37,9 @@ in this Software without prior written authorization from The Open Group. * about that later. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <krb5/krb5.h> /* 9/93: krb5.h leaks some symbols */ #undef BITS32 |