mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 14:50:31 -04:00
11 lines
313 B
C++
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',
|