changeset 471:0e6deb0081fd libavutil

#include stddef.h instead of sys/types.h, the former is a standard C header.
author diego
date Thu, 13 Mar 2008 18:30:07 +0000
parents 542bb0b45624
children f4e8f2cd30b7
files crc.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/crc.h	Thu Mar 13 18:17:03 2008 +0000
+++ b/crc.h	Thu Mar 13 18:30:07 2008 +0000
@@ -22,7 +22,7 @@
 #define FFMPEG_CRC_H
 
 #include <stdint.h>
-#include <sys/types.h>
+#include <stddef.h>
 
 typedef uint32_t AVCRC;