Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 24f8532

Browse files
committedMar 6, 2024
fix AIX build
1 parent a93ad47 commit 24f8532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎md5/md5.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
/* endianness check using glibc endian.h */
5151
#ifdef __APPLE__
5252
# include <machine/endian.h>
53-
#else
53+
#elif !defined (_AIX)
5454
# include <endian.h>
5555
#endif
5656

0 commit comments

Comments
 (0)