From 1f9ab2380a4543526bbd20e0fa754de95747c77e Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Thu, 21 Apr 2005 06:02:45 +0000 Subject: use double-quotes instead of angle-brackets for non-system include files (bug #4058) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5490 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- md5.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'md5.c') diff --git a/md5.c b/md5.c index 708e7b805..a20697121 100755 --- a/md5.c +++ b/md5.c @@ -18,8 +18,8 @@ * will fill a supplied 16-byte array with the digest. */ #include /* for memcpy() */ -#include -#include +#include "asterisk/endian.h" +#include "asterisk/md5.h" # if __BYTE_ORDER == __BIG_ENDIAN # define HIGHFIRST 1 -- cgit v1.2.3