diff options
Diffstat (limited to 'net/qtella/files/patch-include::SHA1Storage.h')
-rw-r--r-- | net/qtella/files/patch-include::SHA1Storage.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/qtella/files/patch-include::SHA1Storage.h b/net/qtella/files/patch-include::SHA1Storage.h new file mode 100644 index 0000000..2be3e7e --- /dev/null +++ b/net/qtella/files/patch-include::SHA1Storage.h @@ -0,0 +1,11 @@ +--- include/SHA1Storage.h.orig Sun Jan 26 21:43:06 2003 ++++ include/SHA1Storage.h Sun Jan 26 21:41:40 2003 +@@ -7,7 +7,7 @@ + #include <qobject.h> + #include <qstring.h> + #include <qtimer.h> +-#include <stdint.h> ++#include <inttypes.h> + + #include "SharedFile.h" + |