Commit 07205867 authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12435 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ab35e3ad
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#define FFMPEG_CRC_H #define FFMPEG_CRC_H
#include <stdint.h> #include <stdint.h>
#include <sys/types.h> #include <stddef.h>
typedef uint32_t AVCRC; 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