Skip to content

Commit

Permalink
Merge pull request #186 from shubhamhii/AIX-issue185
Browse files Browse the repository at this point in the history
Fix AIX build
  • Loading branch information
adrianlopezroche authored Jul 14, 2024
2 parents e4ab227 + 24f8532 commit 83b005c
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 83b005c

Please sign in to comment.