Skip to content

Commit 20e12b8

Browse files
committed
apple compile fix
1 parent 54f884c commit 20e12b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/md5.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@
8181
#include <stdlib.h>
8282
#include <stdio.h>
8383
#include <string.h>
84+
#ifndef __APPLE__
8485
#include <malloc.h>
86+
#endif
8587
#include <ctype.h>
8688

8789
#ifdef _MSC_VER

0 commit comments

Comments
 (0)