Magellan Linux

Annotation of /trunk/d4x/patches/d4x-2.5.5-stdint.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 403 byte(s)
-import

1 niro 144 diff -Nru d4x-2.5.5/main/base64.cc d4x-2.5.5.patched/main/base64.cc
2     --- d4x-2.5.5/main/base64.cc 2005-09-16 06:32:16.000000000 +0200
3     +++ d4x-2.5.5.patched/main/base64.cc 2005-09-26 20:42:33.000000000 +0200
4     @@ -13,6 +13,7 @@
5     #include "base64.h"
6     #include <string.h>
7     #include <stdio.h>
8     +#include <stdint.h>
9    
10     char Table64[64]={ 'A','B','C','D','E','F','G','H',
11     'I','J','K','L','M','N','O','P',