diff options
author | Blue <bluesansdouze@gmail.com> | 2009-05-12 20:46:56 +0200 |
---|---|---|
committer | Blue <bluesansdouze@gmail.com> | 2009-05-12 20:46:56 +0200 |
commit | 9071a692116745f2cafd8556cbff28095910730e (patch) | |
tree | 6fbc96a1cb00558c4015d1eff25f45b2c6ccdcb8 /src/utils/sha256.cpp | |
parent | 2e94f4e92821bad6ebb328d00b2bd918c4b1b99e (diff) | |
parent | 0257eaf4d3945eac7cb3e50ccf8dfef18fa29698 (diff) | |
download | mana-9071a692116745f2cafd8556cbff28095910730e.tar.gz mana-9071a692116745f2cafd8556cbff28095910730e.tar.bz2 mana-9071a692116745f2cafd8556cbff28095910730e.tar.xz mana-9071a692116745f2cafd8556cbff28095910730e.zip |
Merge branch 'master' of git@gitorious.org:tmw/mainline
Diffstat (limited to 'src/utils/sha256.cpp')
-rw-r--r-- | src/utils/sha256.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/sha256.cpp b/src/utils/sha256.cpp index 76763ec3..b9d5c810 100644 --- a/src/utils/sha256.cpp +++ b/src/utils/sha256.cpp @@ -70,7 +70,9 @@ #include "utils/sha256.h" +#ifdef HAVE_CONFIG_H #include "config.h" +#endif #include <memory.h> |