diff crc.h @ 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 40ef1f81f445
children 8d25a4b50588
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;