Commit b18df932 authored by diego's avatar diego

Add _XOPEN_SOURCE #define. This is necessary for (s)random(), which are XSI

extensions of POSIX. Avoids implicit declaration warnings on some systems.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18178 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d9fcd324
......@@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#define _XOPEN_SOURCE 600
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment