From d8dc2e8f7daba9848ece901e37f829fe6b8322fd Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Tue, 16 Oct 2018 13:50:37 +1000 Subject: [PATCH] forgot to commit this file in last commit --- deps/jamlib/mbase.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deps/jamlib/mbase.c b/deps/jamlib/mbase.c index 5cfd65f..731adc7 100644 --- a/deps/jamlib/mbase.c +++ b/deps/jamlib/mbase.c @@ -1,6 +1,6 @@ /* JAMLIB - A JAM subroutine library - Copyright (C) 1999 Björn Stenberg + Copyright (C) 1999 Bj�rn Stenberg This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -55,7 +55,7 @@ ** ** MBASE.C -- Message base handling ** -** Author: Bj”rn Stenberg (bjorn.stenberg@sth.frontec.se) +** Author: Bj�rn Stenberg (bjorn.stenberg@sth.frontec.se) ** ***********************************************************************/ #include @@ -85,7 +85,7 @@ #if defined( __LINUX__ ) #include #include -#ifdef __sun +#if defined(__sun) || defined(__MUSL__) #include #endif #endif