mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 03:48:02 +00:00
libgen.h is also needed on Darwin for basename(3)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@326830 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -37,7 +37,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <gmime/gmime.h>
|
||||
#if defined (__OpenBSD__) || defined(__FreeBSD__)
|
||||
#if defined (__OpenBSD__) || defined(__FreeBSD__) || defined(__Darwin__)
|
||||
#include <libgen.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user