From: bernie Date: Mon, 20 Mar 2006 17:52:22 +0000 (+0000) Subject: Add missing forward declaration. X-Git-Tag: 1.0.0~667 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;ds=inline;h=18ebc3f9f66aceeaa4c9ceda7d9d080430d41868;p=bertos.git Add missing forward declaration. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@574 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/mware/event.h b/mware/event.h index 25981380..c81b3eab 100755 --- a/mware/event.h +++ b/mware/event.h @@ -18,6 +18,9 @@ /*#* *#* $Log$ + *#* Revision 1.7 2006/03/20 17:52:22 bernie + *#* Add missing forward declaration. + *#* *#* Revision 1.6 2006/02/24 01:17:44 bernie *#* Update for new emulator. *#* @@ -82,6 +85,9 @@ #if defined(CONFIG_KERN_SIGNALS) && CONFIG_KERN_SIGNALS #include #endif + + /* Forward decl */ + struct Process; #endif