From e2d93b4aa72a4d55deb67ad9cc2bf7dccb7a3372 Mon Sep 17 00:00:00 2001 From: albeu Date: Wed, 2 Apr 2003 16:15:06 +0000 Subject: 10L forgot to fix the forward declaration too. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9794 b3059339-0415-0410-9bf9-f77b7e298cf2 --- m_option.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm_option.h') diff --git a/m_option.h b/m_option.h index 9254f4a423..0c528ceba0 100644 --- a/m_option.h +++ b/m_option.h @@ -5,7 +5,7 @@ typedef struct m_option_type m_option_type_t; typedef struct m_option m_option_t; -struct m_struct; +struct m_struct_st; ///////////////////////////// Options types declarations //////////////////////////// -- cgit v1.2.3