blob: 59821660cc8e2c58f3a6e10986348eb30e863d07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
http://bugs.gentoo.org/444784
--- src/libutil/SHA1.cpp
+++ src/libutil/SHA1.cpp
@@ -8,9 +8,9 @@
// If compiling with MFC, you might want to add #include "StdAfx.h"
+#include "SHA1.h"
#include "hash.h"
#include "dassert.h"
-#include "SHA1.h"
#ifdef SHA1_UTILITY_FUNCTIONS
#define SHA1_MAX_FILE_BUFFER 8000
|