Skip to content

Commit 0ba43d1

Browse files
committed
Include sys/types.h for u_int32_t
1 parent cd5bd54 commit 0ba43d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/md5/md5.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
#ifdef WIN32
4444
typedef unsigned int UINT4;
4545
#else
46-
#include <stdlib.h> //typedef of u_int32_t
46+
#include <sys/types.h> //typedef of u_int32_t
4747
/* typedef a 32 bit type */
4848
typedef u_int32_t UINT4;
4949
#endif

0 commit comments

Comments
 (0)