From 18ebc3f9f66aceeaa4c9ceda7d9d080430d41868 Mon Sep 17 00:00:00 2001 From: bernie Date: Mon, 20 Mar 2006 17:52:22 +0000 Subject: [PATCH] Add missing forward declaration. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@574 38d2e660-2303-0410-9eaa-f027e97ec537 --- mware/event.h | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.25.1