Commit 768a9205 authored by Diego Biurrun's avatar Diego Biurrun

#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
parent a2338352
......@@ -22,7 +22,7 @@
#define FFMPEG_CRC_H
#include <stdint.h>
#include <sys/types.h>
#include <stddef.h>
typedef uint32_t AVCRC;
......
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