Hi,

On Thu, May 19, 2011 at 10:48 AM, Diego Biurrun <[email protected]> wrote:
> diff --git a/libavcodec/fft-internal.h b/libavcodec/fft-internal.h
> index d30571b..b997887 100644
> --- a/libavcodec/fft-internal.h
> +++ b/libavcodec/fft-internal.h
> @@ -19,6 +19,8 @@
>  #ifndef AVCODEC_FFT_INTERNAL_H
>  #define AVCODEC_FFT_INTERNAL_H
>
> +#include "fft.h"
> +
>  #if CONFIG_FFT_FLOAT
>
>  #define FIX15(v) (v)

OK.

> diff --git a/libavformat/network.h b/libavformat/network.h
> index 881384c..da44be0 100644
> --- a/libavformat/network.h
> +++ b/libavformat/network.h
> @@ -21,7 +21,10 @@
>  #ifndef AVFORMAT_NETWORK_H
>  #define AVFORMAT_NETWORK_H
>
> +#include <errno.h>
> +
>  #include "config.h"
> +#include "libavutil/error.h"
>  #include "os_support.h"
>
>  #if HAVE_WINSOCK2_H

OK.

Ronald
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to