From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Tue, 15 Dec 2020 01:06:18 +0100 Subject: [PATCH] Include ar.h for serenity as well --- src/arscan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arscan.c b/src/arscan.c index edd4070c3f86fcecc44ac2025d1256a47de700a0..6c7a7f4c595a9b00ffcbc0e4fade63d2efbca816 100644 --- a/src/arscan.c +++ b/src/arscan.c @@ -331,7 +331,7 @@ ar_scan (const char *archive, ar_member_func_t function, const void *varg) #endif #ifndef WINDOWS32 -# if !defined (__ANDROID__) && !defined (__BEOS__) && !defined(MK_OS_ZOS) +# if !defined (__ANDROID__) && !defined (__BEOS__) && !defined(MK_OS_ZOS) && !defined(__serenity__) # include # else /* These platforms don't have but have archives in the same format