diff --git a/libavformat/os_support.c b/libavformat/os_support.c index e8f063aaf8..f9d6eeaf90 100644 --- a/libavformat/os_support.c +++ b/libavformat/os_support.c @@ -21,6 +21,7 @@ */ /* needed by inet_aton() */ +#define _DEFAULT_SOURCE #define _SVID_SOURCE #include "config.h"