Mercurial > ecos
diff packages/devs/wallclock/current/src/emulate.cxx @ 24:306eee292492 ecos-sw-1999-07-16
Merge from eCos master repository on 1999-07-16-05:47:06-BST
| author | jlarmour |
|---|---|
| date | Fri, 16 Jul 1999 21:54:32 +0000 |
| parents | 443894e2e912 |
| children | c38311975d4f |
line wrap: on
line diff
--- a/packages/devs/wallclock/current/src/emulate.cxx +++ b/packages/devs/wallclock/current/src/emulate.cxx @@ -40,6 +40,10 @@ #include <pkgconf/wallclock.h> // Wallclock device config +#ifdef CYGIMP_WALLCLOCK_EMULATE + +#include <pkgconf/kernel.h> // Kernel config + #include <cyg/infra/cyg_type.h> // Common type definitions and support #include <cyg/hal/hal_diag.h> // HAL diagnostic output @@ -51,7 +55,6 @@ #include <cyg/kernel/sched.inl> -#ifdef CYGIMP_WALLCLOCK_EMULATE /*---------------------------------------------------------------------------*/ // Local static variables
