Commit 1746dc38 authored by Vittorio Giovara's avatar Vittorio Giovara

hqxdsp.h: #include "stddef.h"

It is required by ptrdiff_t, fixes make checkheaders.
parent 98cab397
......@@ -26,6 +26,7 @@
#ifndef AVCODEC_HQXDSP_H
#define AVCODEC_HQXDSP_H
#include <stddef.h>
#include <stdint.h>
typedef struct HQXDSPContext {
......
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