forgot to commit this file in last commit

This commit is contained in:
Andrew Pamment 2018-10-16 13:50:37 +10:00
parent c3e21a5228
commit d8dc2e8f7d

6
deps/jamlib/mbase.c vendored
View File

@ -1,6 +1,6 @@
/* /*
JAMLIB - A JAM subroutine library JAMLIB - A JAM subroutine library
Copyright (C) 1999 Björn Stenberg Copyright (C) 1999 Bj<EFBFBD>rn Stenberg
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public modify it under the terms of the GNU Lesser General Public
@ -55,7 +55,7 @@
** **
** MBASE.C -- Message base handling ** MBASE.C -- Message base handling
** **
** Author: Bjrn Stenberg (bjorn.stenberg@sth.frontec.se) ** Author: Bj<EFBFBD>rn Stenberg (bjorn.stenberg@sth.frontec.se)
** **
***********************************************************************/ ***********************************************************************/
#include <stdio.h> #include <stdio.h>
@ -85,7 +85,7 @@
#if defined( __LINUX__ ) #if defined( __LINUX__ )
#include <sys/file.h> #include <sys/file.h>
#include <unistd.h> #include <unistd.h>
#ifdef __sun #if defined(__sun) || defined(__MUSL__)
#include <fcntl.h> #include <fcntl.h>
#endif #endif
#endif #endif