From 3d035d5a6a9116a334fc82dcb37704da2d074958 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 23 Feb 2013 20:09:44 +0100 Subject: dsputil_alpha.h: Add missing stddef.h header to fix standalone compilation --- libavcodec/alpha/dsputil_alpha.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec') diff --git a/libavcodec/alpha/dsputil_alpha.h b/libavcodec/alpha/dsputil_alpha.h index 6eee97fe63..fcea47c665 100644 --- a/libavcodec/alpha/dsputil_alpha.h +++ b/libavcodec/alpha/dsputil_alpha.h @@ -19,6 +19,7 @@ #ifndef AVCODEC_ALPHA_DSPUTIL_ALPHA_H #define AVCODEC_ALPHA_DSPUTIL_ALPHA_H +#include #include void ff_simple_idct_axp(int16_t *block); -- cgit v1.2.3