X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=mware%2Fevent.h;h=23c1e9b8daf9e55aa76e028cc6880e3034bff5c9;hb=54afe3c68ac027223c507c1306ea8514d4f8aadc;hp=baa6493e805ac1d1731c32377304f55931787c83;hpb=218e4428411094ac785e00a719c7d84337dfdd1c;p=bertos.git diff --git a/mware/event.h b/mware/event.h index baa6493e..23c1e9b8 100755 --- a/mware/event.h +++ b/mware/event.h @@ -18,6 +18,12 @@ /*#* *#* $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. + *#* *#* Revision 1.3 2006/01/16 03:27:49 bernie *#* Rename sig_t to sigbit_t to avoid clash with POSIX. *#* @@ -65,10 +71,11 @@ #ifndef KERN_EVENT_H #define KERN_EVENT_H +#include #include #if CONFIG_KERNEL - #include + #include #if defined(CONFIG_KERN_SIGNALS) && CONFIG_KERN_SIGNALS #include "signal.h" #endif