aboutsummaryrefslogtreecommitdiffstats
path: root/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'md5.c')
-rwxr-xr-xmd5.c4
1 files changed, 2 insertions, 2 deletions
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 <string.h> /* for memcpy() */
-#include <asterisk/endian.h>
-#include <asterisk/md5.h>
+#include "asterisk/endian.h"
+#include "asterisk/md5.h"
# if __BYTE_ORDER == __BIG_ENDIAN
# define HIGHFIRST 1