summaryrefslogtreecommitdiff
path: root/net-p2p/qtella/files/patch-include__SHA1Storage.h
blob: 7540153889f24bb5f2535db8957a73c5d484fd43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- include/SHA1Storage.h.orig	Fri May 21 01:14:16 2004
+++ include/SHA1Storage.h	Mon Jan 29 22:00:47 2007
@@ -7,7 +7,11 @@
 #include <qobject.h>
 #include <qstring.h>
 #include <qtimer.h>
+#ifdef HAVE_STDINT_H
 #include <stdint.h>
+#else
+#include <inttypes.h>
+#endif
 
 #include "SharedFile.h"