Skip to content

Commit

Permalink
fix AIX build
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamhii committed Mar 6, 2024
1 parent a93ad47 commit 24f8532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion md5/md5.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
/* endianness check using glibc endian.h */
#ifdef __APPLE__
# include <machine/endian.h>
#else
#elif !defined (_AIX)
# include <endian.h>
#endif

Expand Down

0 comments on commit 24f8532

Please sign in to comment.