diff options
author | Simon Tatham <anakin@pobox.com> | 2017-05-18 06:46:55 +0100 |
---|---|---|
committer | Simon Tatham <anakin@pobox.com> | 2017-05-18 06:46:55 +0100 |
commit | 9e3e915426cb9ef8fd6f6689e12affb6288c5a8a (patch) | |
tree | 2da97d3419ee15fd0c0089d81d89bf74aeb26961 /md5.c | |
parent | ca59ebf60df4ef45a1e4d681980e29e3db853bba (diff) | |
download | wix-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | /* ---------------------------------------------------------------------- |