#include stddef.h instead of sys/types.h, the former is a standard C header.

Originally committed as revision 12435 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 17 years ago
parent a2338352be
commit 768a920572
  1. 2
      libavutil/crc.h

@ -22,7 +22,7 @@
#define FFMPEG_CRC_H
#include <stdint.h>
#include <sys/types.h>
#include <stddef.h>
typedef uint32_t AVCRC;

Loading…
Cancel
Save