aboutsummaryrefslogtreecommitdiff
path: root/src/common/md5.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/md5.cc')
-rw-r--r--src/common/md5.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/md5.cc b/src/common/md5.cc
index b6e710da..86298f4d 100644
--- a/src/common/md5.cc
+++ b/src/common/md5.cc
@@ -13,6 +13,10 @@
* will fill a supplied 16-byte array with the digest.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h> // Must come first
+#endif
+
#include <string.h>
#include "common/md5.h"