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
1 changed files with 1 additions and 0 deletions

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.