From 24f85323e50703d01f6eafc683bfa1b1e08b64a8 Mon Sep 17 00:00:00 2001 From: Shubham Gupta Date: Wed, 6 Mar 2024 07:57:17 -0600 Subject: [PATCH] fix AIX build --- md5/md5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/md5/md5.c b/md5/md5.c index 3e8b694..61433eb 100644 --- a/md5/md5.c +++ b/md5/md5.c @@ -50,7 +50,7 @@ /* endianness check using glibc endian.h */ #ifdef __APPLE__ # include -#else +#elif !defined (_AIX) # include #endif