diff m_option.h @ 26131:83c95bd31aab

Add necessary #includes to pass 'make checkheaders'.
author diego
date Tue, 04 Mar 2008 23:35:24 +0000
parents 4129c8cfa742
children 7a36d5941fd8
line wrap: on
line diff
--- a/m_option.h	Tue Mar 04 21:45:36 2008 +0000
+++ b/m_option.h	Tue Mar 04 23:35:24 2008 +0000
@@ -1,6 +1,8 @@
 #ifndef MPLAYER_M_OPTION_H
 #define MPLAYER_M_OPTION_H
 
+#include <string.h>
+
 /// \defgroup Options
 /// m_option allows to parse, print and copy data of various types.
 /// It is the base of the \ref OptionsStruct, \ref Config and