diff options
Diffstat (limited to 'Source/kwsys/Base64.c')
-rw-r--r-- | Source/kwsys/Base64.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/kwsys/Base64.c b/Source/kwsys/Base64.c index 34d6048..41f6ef4 100644 --- a/Source/kwsys/Base64.c +++ b/Source/kwsys/Base64.c @@ -15,7 +15,8 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ #define KWSYS_IN_BASE64_C -#include <Base64.h> +#include "kwsysPrivate.h" +#include KWSYS_HEADER(Base64.h) /*--------------------------------------------------------------------------*/ static const unsigned char kwsysBase64EncodeTable[65] = |