X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Fwdt.h;h=85b37ebf5c235cf9aaf80e4124a56f16c547e07a;hb=9ffcd0c4865a64d7fc713eb038dcba199d11fccb;hp=9f57618f663b26b46be162379a050e141ffb7839;hpb=bbc33efb70a0062b36cc415452922e7ba69c748f;p=bertos.git diff --git a/drv/wdt.h b/drv/wdt.h index 9f57618f..85b37ebf 100755 --- a/drv/wdt.h +++ b/drv/wdt.h @@ -14,6 +14,9 @@ /*#* *#* $Log$ + *#* Revision 1.8 2006/02/20 02:02:29 bernie + *#* Port to Qt 4.1. + *#* *#* Revision 1.7 2005/11/27 03:58:40 bernie *#* Add POSIX timer emulator. *#* @@ -52,7 +55,11 @@ #include #if OS_QT - #include + #if _QT < 4 + #include + #else + #include + #endif #elif OS_POSIX #include #elif CPU_AVR