phase 1 of header include cleanup (bug #4067)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5498 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-04-22 13:11:34 +00:00
parent e1dec7cda6
commit 199add9567
33 changed files with 134 additions and 99 deletions

1
md5.c
View File

@@ -18,6 +18,7 @@
* will fill a supplied 16-byte array with the digest.
*/
#include <string.h> /* for memcpy() */
#include "asterisk/endian.h"
#include "asterisk/md5.h"