From 8e884a84a3588d81db1ca90acab8e81f7cb30e7d Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Fri, 5 Jul 2024 15:20:20 +0900 Subject: [PATCH] =?utf8?q?=E3=81=94=E3=82=81=E3=82=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/otppass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/otppass.c b/src/otppass.c index 2609a6c..4d15eb2 100644 --- a/src/otppass.c +++ b/src/otppass.c @@ -1,7 +1,7 @@ #include #include -#ifndef __APPLE +#if defined(__APPLE) #include #define htobe64(x) OSSwapHostToBigInt64(x) #endif -- 2.43.0