hqxdsp.h: #include "stddef.h"

It is required by ptrdiff_t, fixes make checkheaders.
pull/133/head
Vittorio Giovara 10 years ago
parent 98cab39798
commit 1746dc382d
  1. 1
      libavcodec/hqxdsp.h

@ -26,6 +26,7 @@
#ifndef AVCODEC_HQXDSP_H
#define AVCODEC_HQXDSP_H
#include <stddef.h>
#include <stdint.h>
typedef struct HQXDSPContext {

Loading…
Cancel
Save