Commit 3d035d5a authored by Diego Biurrun's avatar Diego Biurrun

dsputil_alpha.h: Add missing stddef.h header to fix standalone compilation

parent 04cccb5f
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment