aboutsummaryrefslogtreecommitdiff
path: root/md5.c
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2017-05-18 06:46:55 +0100
committerSimon Tatham <anakin@pobox.com>2017-05-18 06:46:55 +0100
commit9e3e915426cb9ef8fd6f6689e12affb6288c5a8a (patch)
tree2da97d3419ee15fd0c0089d81d89bf74aeb26961 /md5.c
parentca59ebf60df4ef45a1e4d681980e29e3db853bba (diff)
downloadwix-on-linux-9e3e915426cb9ef8fd6f6689e12affb6288c5a8a.tar.gz
wix-on-linux-9e3e915426cb9ef8fd6f6689e12affb6288c5a8a.tar.bz2
wix-on-linux-9e3e915426cb9ef8fd6f6689e12affb6288c5a8a.zip
Move snew/sfree out into their own header+src.
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/* ----------------------------------------------------------------------