changeset 37184:36d586f37e26

Add stdint.h include for intptr_t.
author reimar
date Wed, 17 Sep 2014 17:13:35 +0000
parents eaa58d991a06
children 917a3c4c2d39
files m_struct.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m_struct.h	Wed Sep 17 16:55:09 2014 +0000
+++ b/m_struct.h	Wed Sep 17 17:13:35 2014 +0000
@@ -20,6 +20,7 @@
 #define MPLAYER_M_STRUCT_H
 
 #include <stddef.h>
+#include <stdint.h>
 
 /// \defgroup OptionsStruct Options struct
 /// \ingroup Options