summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/liba52/crc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/liba52/crc.c b/libavcodec/liba52/crc.c
index 0487a8804a..6698155bd4 100644
--- a/libavcodec/liba52/crc.c
+++ b/libavcodec/liba52/crc.c
@@ -23,7 +23,7 @@
#include <stdlib.h>
#include <stdio.h>
-#include "../common.h"
+#include <inttypes.h>
static const uint16_t crc_lut[256] =
{