summaryrefslogtreecommitdiff
path: root/tests/checkasm/h264dsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/checkasm/h264dsp.c')
-rw-r--r--tests/checkasm/h264dsp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/checkasm/h264dsp.c b/tests/checkasm/h264dsp.c
index 6975205743..7392452957 100644
--- a/tests/checkasm/h264dsp.c
+++ b/tests/checkasm/h264dsp.c
@@ -26,6 +26,7 @@
#include "libavutil/common.h"
#include "libavutil/internal.h"
#include "libavutil/intreadwrite.h"
+#include "libavutil/mem_internal.h"
static const uint32_t pixel_mask[3] = { 0xffffffff, 0x01ff01ff, 0x03ff03ff };
static const uint32_t pixel_mask_lf[3] = { 0xff0fff0f, 0x01ff000f, 0x03ff000f };