mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-10 06:29:34 +00:00
setgroup/initgroup availability on linux (FSBUILD-160)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13359 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d9e27370fe
commit
25357ca0e8
@ -33,6 +33,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
#ifdef __linux__
|
||||
#define _BSD_SOURCE
|
||||
#endif
|
||||
|
||||
#include <switch.h>
|
||||
#include <switch_version.h>
|
||||
#include "private/switch_core_pvt.h"
|
||||
@ -44,6 +49,7 @@
|
||||
#endif
|
||||
#include <errno.h>
|
||||
|
||||
|
||||
SWITCH_DECLARE_DATA switch_directories SWITCH_GLOBAL_dirs = { 0 };
|
||||
|
||||
/* The main runtime obj we keep this hidden for ourselves */
|
||||
|
Loading…
x
Reference in New Issue
Block a user