# HG changeset patch # User reimar # Date 1410974015 0 # Node ID 36d586f37e267928fbe8e3be714a042bed9320d7 # Parent eaa58d991a069aaaf3c1e179fe0e4a3cd3787098 Add stdint.h include for intptr_t. diff -r eaa58d991a06 -r 36d586f37e26 m_struct.h --- 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 +#include /// \defgroup OptionsStruct Options struct /// \ingroup Options