index
:
fetchmail
legacy_64_vg_debian
[fork] set imap idle timeout to 600s, some servers don't follow rfc recommendations
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
md5.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'md5.h')
-rw-r--r--
md5.h
2
1 files changed, 2 insertions, 0 deletions
diff --git a/md5.h b/md5.h
index 146ff59d..c396a8dc 100644
--- a/
md5.h
+++ b/
md5.h
@@ -5,6 +5,8 @@
#define HEADER_MD5_H
#endif
+#include "config.h"
+
#if SIZEOF_INT == 4
typedef unsigned int uint32;
#else