aboutsummaryrefslogtreecommitdiff
path: root/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'md5.c')
-rw-r--r--md5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/md5.c b/md5.c
index 48c6aec..4074716 100644
--- a/md5.c
+++ b/md5.c
@@ -19,6 +19,7 @@
19 19
20#include <err.h> 20#include <err.h>
21 21
22#include "memory.h"
22#include "fake-lib.h" 23#include "fake-lib.h"
23 24
24/* ---------------------------------------------------------------------- 25/* ----------------------------------------------------------------------