From 0d9c3da0e6cfef703a519f475c437af7a9cdd673 Mon Sep 17 00:00:00 2001 From: bernie Date: Sun, 27 Nov 2005 03:02:55 +0000 Subject: [PATCH] Convert to appconfig.h. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@445 38d2e660-2303-0410-9eaa-f027e97ec537 --- mware/event.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mware/event.h b/mware/event.h index a289db80..a0e8c75a 100755 --- a/mware/event.h +++ b/mware/event.h @@ -18,6 +18,9 @@ /*#* *#* $Log$ + *#* Revision 1.2 2005/11/27 03:02:55 bernie + *#* Convert to appconfig.h. + *#* *#* Revision 1.1 2005/11/27 01:39:48 bernie *#* Move event.[ch] from kern/ to mware/. *#* @@ -59,7 +62,7 @@ #ifndef KERN_EVENT_H #define KERN_EVENT_H -#include +#include #if CONFIG_KERNEL #include -- 2.25.1