From e5fab9566dbb408ebf651607d5ff58b5ed39453a Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Mon, 28 Apr 2008 06:19:53 +0300 Subject: m_option.h: #include for offsetof --- m_option.h | 1 + 1 file changed, 1 insertion(+) diff --git a/m_option.h b/m_option.h index f72b223516..d4827e5a20 100644 --- a/m_option.h +++ b/m_option.h @@ -2,6 +2,7 @@ #define MPLAYER_M_OPTION_H #include +#include /// \defgroup Options /// m_option allows to parse, print and copy data of various types. -- cgit v1.2.3