summaryrefslogtreecommitdiff
path: root/security/steghide/files/patch-src-MHashKeyGen.h
blob: a8bbb0e4a61916ad37ab1e83717d9d71f861cae2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/MHashKeyGen.h.orig	Sun Sep 24 17:40:24 2006
+++ src/MHashKeyGen.h	Sun Sep 24 17:40:44 2006
@@ -23,6 +23,7 @@
 
 #include <vector>
 
+#define _Bool bool
 #include <mhash.h>
 
 class MHashKeyGen {