diff m_option.h @ 9793:b2bf632d37b5

10L forgot to fix the forward declaration too.
author albeu
date Wed, 02 Apr 2003 16:15:06 +0000
parents c5b63e88253d
children 73e7a5165bcd
line wrap: on
line diff
--- a/m_option.h	Wed Apr 02 16:13:16 2003 +0000
+++ b/m_option.h	Wed Apr 02 16:15:06 2003 +0000
@@ -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 ////////////////////////////