1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/net-p2p/qtella/files/patch-include__SHA1Storage.h
Martin Wilke 179e3757c3 - Update to 0.7.0
PR:		108886
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-02-08 22:33:28 +00:00

15 lines
299 B
C

--- 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"