We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5bd54 commit 0ba43d1Copy full SHA for 0ba43d1
src/lib/md5/md5.h
@@ -43,7 +43,7 @@
43
#ifdef WIN32
44
typedef unsigned int UINT4;
45
#else
46
-#include <stdlib.h> //typedef of u_int32_t
+#include <sys/types.h> //typedef of u_int32_t
47
/* typedef a 32 bit type */
48
typedef u_int32_t UINT4;
49
#endif
0 commit comments