mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
FS-10153: [build] fix mod_http_cache build on FreeBSD
This commit is contained in:
parent
2c5287ec93
commit
9c6a027dc6
@ -56,7 +56,7 @@
|
||||
#ifndef MACOSX
|
||||
#if !defined(_XOPEN_SOURCE) && !defined(__OpenBSD__) && !defined(__NetBSD__)
|
||||
#ifndef __cplusplus
|
||||
#define _XOPEN_SOURCE 600
|
||||
#define _XOPEN_SOURCE 700
|
||||
#endif
|
||||
#endif
|
||||
#ifdef __linux__
|
||||
|
Loading…
x
Reference in New Issue
Block a user