diff options
author | Uoti Urpala <uau@symbol.nonexistent.invalid> | 2008-04-28 06:19:53 +0300 |
---|---|---|
committer | Uoti Urpala <uau@symbol.nonexistent.invalid> | 2008-04-28 12:16:13 +0300 |
commit | e5fab9566dbb408ebf651607d5ff58b5ed39453a (patch) | |
tree | ae24dac8aa77e5f952c3e0f63e639dd82cbb3f34 /m_option.h | |
parent | 634af0168527dc8289c76dce12ec31b6cec1378d (diff) | |
download | mpv-e5fab9566dbb408ebf651607d5ff58b5ed39453a.tar.bz2 mpv-e5fab9566dbb408ebf651607d5ff58b5ed39453a.tar.xz |
m_option.h: #include <stddef.h> for offsetof
Diffstat (limited to 'm_option.h')
-rw-r--r-- | m_option.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <string.h> +#include <stddef.h> /// \defgroup Options /// m_option allows to parse, print and copy data of various types. |