1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-26 00:42:57 +00:00

m_option.h: #include <stddef.h> for offsetof

This commit is contained in:
Uoti Urpala 2008-04-28 06:19:53 +03:00
parent 634af01685
commit e5fab9566d

View File

@ -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.