# HG changeset patch # User mru # Date 1282237632 0 # Node ID 98bbeb6188e54d70039957175fabac831cf6bab9 # Parent daca8bebdd88fadd747182bdff923a39360edf4c applehttp: define _XOPEN_SOURCE=600 as required for usleep() diff -r daca8bebdd88 -r 98bbeb6188e5 applehttp.c --- a/applehttp.c Thu Aug 19 16:49:08 2010 +0000 +++ b/applehttp.c Thu Aug 19 17:07:12 2010 +0000 @@ -25,6 +25,7 @@ * http://tools.ietf.org/html/draft-pantos-http-live-streaming */ +#define _XOPEN_SOURCE 600 #include "libavutil/avstring.h" #include "avformat.h" #include "internal.h"