[FFmpeg-cvslog] r25286 - trunk/libavutil/avassert.h

mru subversion
Fri Oct 1 15:55:20 CEST 2010


Author: mru
Date: Fri Oct  1 15:55:20 2010
New Revision: 25286

Log:
avassert: add missing #include <stdlib.h>

Modified:
   trunk/libavutil/avassert.h

Modified: trunk/libavutil/avassert.h
==============================================================================
--- trunk/libavutil/avassert.h	Fri Oct  1 15:55:16 2010	(r25285)
+++ trunk/libavutil/avassert.h	Fri Oct  1 15:55:20 2010	(r25286)
@@ -27,6 +27,7 @@
 #ifndef AVUTIL_AVASSERT_H
 #define AVUTIL_AVASSERT_H
 
+#include <stdlib.h>
 #include "avutil.h"
 #include "log.h"
 



More information about the ffmpeg-cvslog mailing list