diff options
Diffstat (limited to 'security/steghide/files/patch-src-MHashPP.cc')
-rw-r--r-- | security/steghide/files/patch-src-MHashPP.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/steghide/files/patch-src-MHashPP.cc b/security/steghide/files/patch-src-MHashPP.cc new file mode 100644 index 000000000000..fa0584c8683d --- /dev/null +++ b/security/steghide/files/patch-src-MHashPP.cc @@ -0,0 +1,10 @@ +--- src/MHashPP.cc.orig Sun Sep 24 17:48:31 2006 ++++ src/MHashPP.cc Sun Sep 24 17:56:27 2006 +@@ -21,6 +21,7 @@ + #include <cstdlib> + #include <string> + ++#define _Bool bool + #include <mhash.h> + + #include "BitString.h" |