diff options
author | John Wiegley <johnw@newartisans.com> | 2009-01-31 02:22:45 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-01-31 02:22:45 -0400 |
commit | c96ab6cb0fb289cd50fb239ba44c01aba131fc18 (patch) | |
tree | 62d84f532c4a30fd7b0ef32e058c2ce1716df290 | |
parent | 5ec98f3ed3a4ab8667e77ac7189bc22a9b097309 (diff) | |
download | fork-ledger-c96ab6cb0fb289cd50fb239ba44c01aba131fc18.tar.gz fork-ledger-c96ab6cb0fb289cd50fb239ba44c01aba131fc18.tar.bz2 fork-ledger-c96ab6cb0fb289cd50fb239ba44c01aba131fc18.zip |
Include sha1.h, not SHA1.h.
-rw-r--r-- | src/system.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system.hh b/src/system.hh index 5f79fb6f..287ec1a6 100644 --- a/src/system.hh +++ b/src/system.hh @@ -122,7 +122,7 @@ typedef std::ostream::pos_type ostream_pos_type; #include <gmp.h> #include <mpfr.h> -#include "SHA1.h" +#include "sha1.h" #include "irrXML.h" // XML parser #include "CXMLReaderImpl.h" |