[FFmpeg-cvslog] r12435 - trunk/libavutil/crc.h
diego
subversion
Thu Mar 13 19:30:07 CET 2008
Author: diego
Date: Thu Mar 13 19:30:07 2008
New Revision: 12435
Log:
#include stddef.h instead of sys/types.h, the former is a standard C header.
Modified:
trunk/libavutil/crc.h
Modified: trunk/libavutil/crc.h
==============================================================================
--- trunk/libavutil/crc.h (original)
+++ trunk/libavutil/crc.h Thu Mar 13 19:30:07 2008
@@ -22,7 +22,7 @@
#define FFMPEG_CRC_H
#include <stdint.h>
-#include <sys/types.h>
+#include <stddef.h>
typedef uint32_t AVCRC;
More information about the ffmpeg-cvslog
mailing list