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:
parent
634af01685
commit
e5fab9566d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user