summaryrefslogtreecommitdiff
path: root/mbglib/common/mbgtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'mbglib/common/mbgtime.h')
-rwxr-xr-xmbglib/common/mbgtime.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/mbglib/common/mbgtime.h b/mbglib/common/mbgtime.h
index d1ae02b..5ee780c 100755
--- a/mbglib/common/mbgtime.h
+++ b/mbglib/common/mbgtime.h
@@ -1,7 +1,7 @@
/**************************************************************************
*
- * $Id: mbgtime.h 1.17.1.6 2011/05/06 09:03:12 martin TEST $
+ * $Id: mbgtime.h 1.17.1.7 2011/10/21 14:07:52 martin TRASH $
*
* Copyright (c) Meinberg Funkuhren, Bad Pyrmont, Germany
*
@@ -10,6 +10,8 @@
*
* -----------------------------------------------------------------------
* $Log: mbgtime.h $
+ * Revision 1.17.1.7 2011/10/21 14:07:52 martin
+ * Changes for QNX.
* Revision 1.17.1.6 2011/05/06 09:03:12 martin
* Fix for DOS.
* Revision 1.17.1.5 2011/05/06 08:07:58Z daniel
@@ -67,7 +69,8 @@
#if _IS_MBG_FIRMWARE \
|| defined( MBG_TGT_WIN32 ) \
- || defined( MBG_TGT_DOS )
+ || defined( MBG_TGT_DOS ) \
+ || defined( MBG_TGT_QNX_NTO )
#include <time.h>
#endif