Skip to content

Commit

Permalink
m_option.h: #include <stddef.h> for offsetof
Browse files Browse the repository at this point in the history
  • Loading branch information
Uoti Urpala committed Apr 28, 2008
1 parent 634af01 commit e5fab95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions m_option.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e5fab95

Please sign in to comment.