X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=mware%2Fevent.h;h=23c1e9b8daf9e55aa76e028cc6880e3034bff5c9;hb=54afe3c68ac027223c507c1306ea8514d4f8aadc;hp=fe452c5863b5053e5b62d37505b083c8e32c2455;hpb=51a642a3b267ee3c837bc959b01eb16ea22f9f04;p=bertos.git diff --git a/mware/event.h b/mware/event.h index fe452c58..23c1e9b8 100755 --- a/mware/event.h +++ b/mware/event.h @@ -18,6 +18,9 @@ /*#* *#* $Log$ + *#* Revision 1.5 2006/02/24 00:26:21 bernie + *#* Fix header name. + *#* *#* Revision 1.4 2006/02/10 12:24:42 bernie *#* Fix standalone build. *#* @@ -72,7 +75,7 @@ #include #if CONFIG_KERNEL - #include + #include #if defined(CONFIG_KERN_SIGNALS) && CONFIG_KERN_SIGNALS #include "signal.h" #endif