fixed utf8 bug, which sometimes lead to z85 handling of pure binary data

This commit is contained in:
TLINDEN
2014-03-17 19:15:04 +01:00
parent 322a135ee3
commit b6dadceda3
3 changed files with 6 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ extern "C" {
#include "pcp/config.h"
#include "pcp/base85.h"
#include "pcp/buffer.h"
#include "pcp/config.h"
#include "pcp/crypto.h"
#include "pcp/defines.h"
#include "pcp/digital_crc32.h"