diff options
Diffstat (limited to 'libavformat/westwood.c')
-rw-r--r-- | libavformat/westwood.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/westwood.c b/libavformat/westwood.c index d88199d690..1c769466de 100644 --- a/libavformat/westwood.c +++ b/libavformat/westwood.c @@ -33,6 +33,7 @@ * qualify a file. Refer to wsaud_probe() for the precise parameters. */ +#include "libavutil/intreadwrite.h" #include "avformat.h" #define AUD_HEADER_SIZE 12 |