summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-02-23 20:09:44 +0100
committerDiego Biurrun <diego@biurrun.de>2013-02-24 18:51:40 +0100
commit3d035d5a6a9116a334fc82dcb37704da2d074958 (patch)
tree2baf3c6a168fc695677ef368b0380fa311397d1a
parent04cccb5fc1097ac6d560e266b732a863e0e0c134 (diff)
dsputil_alpha.h: Add missing stddef.h header to fix standalone compilation
-rw-r--r--libavcodec/alpha/dsputil_alpha.h1
1 files changed, 1 insertions, 0 deletions
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 <stddef.h>
#include <stdint.h>
void ff_simple_idct_axp(int16_t *block);