12 lines
312 B
Diff
12 lines
312 B
Diff
|
--- kdelibs-3.4.92/kwallet/backend/sha1.cc.orig 2005-10-24 08:01:18.000000000 -0400
|
||
|
+++ kdelibs-3.4.92/kwallet/backend/sha1.cc 2005-10-24 08:11:28.000000000 -0400
|
||
|
@@ -27,6 +27,8 @@
|
||
|
#include <sys/bitypes.h> /* For uintXX_t on Tru64 */
|
||
|
#endif
|
||
|
|
||
|
+#include <inttypes.h>
|
||
|
+
|
||
|
#include "sha1.h"
|
||
|
#include <string.h>
|
||
|
|