utvideodec: Add a missing include

This was missing from 77c23704c7, fixing building.

Signed-off-by: Martin Storsjö <martin@martin.st>
pull/273/head
Martin Storsjö 8 years ago
parent a52976c0fe
commit bc25897630
  1. 1
      libavcodec/utvideodec.c

@ -33,6 +33,7 @@
#include "bitstream.h"
#include "bswapdsp.h"
#include "bytestream.h"
#include "internal.h"
#include "thread.h"
#include "utvideo.h"

Loading…
Cancel
Save