ports/ftp/downloader/files/patch-main-base64.cc
Marcus Alves Grando af07a7c345 Update to 2.5.6
PR:		88343
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-11-01 20:17:30 +00:00

11 lines
313 B
C++

--- main/base64.cc.orig Sun Oct 30 22:02:27 2005
+++ main/base64.cc Mon Oct 31 04:14:40 2005
@@ -13,7 +13,7 @@
#include "base64.h"
#include <string.h>
#include <stdio.h>
-#include <stdint.h>
+#include <inttypes.h>
char Table64[64]={ 'A','B','C','D','E','F','G','H',
'I','J','K','L','M','N','O','P',