mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 05:54:24 +08:00
2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/include/rtems/score/tod.h: Add missing includes.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* score/include/rtems/score/tod.h: Add missing includes.
|
||||
* ftpd/ftpd.h: Add missing includes.
|
||||
* libmisc/devnull/devnull.h, libmisc/stackchk/stackchk.h:
|
||||
Fix header guard. Add missing includes.
|
||||
|
||||
@@ -19,13 +19,14 @@
|
||||
#ifndef _RTEMS_SCORE_TOD_H
|
||||
#define _RTEMS_SCORE_TOD_H
|
||||
|
||||
#include <time.h>
|
||||
#include <rtems/score/timestamp.h>
|
||||
#include <rtems/score/basedefs.h> /* SCORE_EXTERN */
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <rtems/score/timestamp.h>
|
||||
#include <time.h>
|
||||
|
||||
/** @defgroup ScoreTODConstants TOD Constants
|
||||
* The following constants are related to the time of day and are
|
||||
* independent of RTEMS.
|
||||
|
||||
Reference in New Issue
Block a user