[MPlayer-cvslog] r37280 - trunk/m_struct.h

reimar subversion at mplayerhq.hu
Wed Sep 17 19:13:35 CEST 2014


Author: reimar
Date: Wed Sep 17 19:13:35 2014
New Revision: 37280

Log:
Add stdint.h include for intptr_t.

Modified:
   trunk/m_struct.h

Modified: trunk/m_struct.h
==============================================================================
--- trunk/m_struct.h	Wed Sep 17 18:55:09 2014	(r37279)
+++ trunk/m_struct.h	Wed Sep 17 19:13:35 2014	(r37280)
@@ -20,6 +20,7 @@
 #define MPLAYER_M_STRUCT_H
 
 #include <stddef.h>
+#include <stdint.h>
 
 /// \defgroup OptionsStruct Options struct
 /// \ingroup Options


More information about the MPlayer-cvslog mailing list