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
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue