diff options
Diffstat (limited to 'src/include/sys/time.h')
-rw-r--r-- | src/include/sys/time.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/sys/time.h b/src/include/sys/time.h index 1a0a02ec4..85601bc63 100644 --- a/src/include/sys/time.h +++ b/src/include/sys/time.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2010,2014 */ +/* Contributors Listed Below - COPYRIGHT 2010,2017 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -26,7 +26,10 @@ #define __SYS_TIME_H #include <stdint.h> + +#ifndef __HOSTBOOT_RUNTIME #include <kernel/timemgr.H> +#endif //****************************************************************************** // Macros |