From 768a9205727498087e63b14826e0b21a3879f4a4 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 13 Mar 2008 18:30:07 +0000 Subject: #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 --- libavutil/crc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/crc.h') diff --git a/libavutil/crc.h b/libavutil/crc.h index 28cb7c0219..d6b93c38d2 100644 --- a/libavutil/crc.h +++ b/libavutil/crc.h @@ -22,7 +22,7 @@ #define FFMPEG_CRC_H #include -#include +#include typedef uint32_t AVCRC; -- cgit v1.2.3