[rtmpdump] r417 - trunk/librtmp/rtmp.h

hyc subversion at mplayerhq.hu
Wed Apr 7 08:55:04 CEST 2010


Author: hyc
Date: Wed Apr  7 08:55:02 2010
New Revision: 417

Log:
include <stddef.h>

Modified:
   trunk/librtmp/rtmp.h

Modified: trunk/librtmp/rtmp.h
==============================================================================
--- trunk/librtmp/rtmp.h	Wed Mar 31 23:06:08 2010	(r416)
+++ trunk/librtmp/rtmp.h	Wed Apr  7 08:55:02 2010	(r417)
@@ -28,6 +28,7 @@
 
 #include <errno.h>
 #include <stdint.h>
+#include <stddef.h>
 
 #include "amf.h"
 


More information about the rtmpdump mailing list