summaryrefslogtreecommitdiffstats
path: root/src/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/md5.c')
-rw-r--r--src/md5.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/md5.c b/src/md5.c
index 2c9c2fc..f294588 100644
--- a/src/md5.c
+++ b/src/md5.c
@@ -51,6 +51,10 @@
1999-05-03 lpd Original version.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "md5.h"
#include <string.h>