mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 03:28:27 +00:00
ffserver: SA_RESTART and unsetenv require _XOPEN_SOURCE
Originally committed as revision 14724 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
131f1cb2a9
commit
29d3ed3be6
@ -19,6 +19,8 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#define _XOPEN_SOURCE 600
|
||||
|
||||
#include "config.h"
|
||||
#ifndef HAVE_CLOSESOCKET
|
||||
#define closesocket close
|
||||
|
Loading…
Reference in New Issue
Block a user