summaryrefslogtreecommitdiff
path: root/ftp/downloader/files/patch-main-base64.cc
blob: b30bdebe6d10ca69b1af2c2d4796bb90d208c908 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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',