summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/tod.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-09-04 15:41:21 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-09-16 16:09:13 -0500
commitf535fe5311978af53635c2da8e5cb10ef9d78802 (patch)
tree0a4f08d54a017027364412efc1aeee4b25db634b /c/src/lib/libbsp/shared/tod.c
parentRevert: rtems-rfs-buffer.c: Correct printf() format specifiers to eliminate w... (diff)
downloadrtems-f535fe5311978af53635c2da8e5cb10ef9d78802.tar.bz2
tod.h -> libcsupport like other driver and helper prototype files
This rippled into the handful of files that should have been using <rtems/tod.h>.
Diffstat (limited to 'c/src/lib/libbsp/shared/tod.c')
-rw-r--r--c/src/lib/libbsp/shared/tod.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/shared/tod.c b/c/src/lib/libbsp/shared/tod.c
index e074569324..64007d6397 100644
--- a/c/src/lib/libbsp/shared/tod.c
+++ b/c/src/lib/libbsp/shared/tod.c
@@ -8,6 +8,7 @@
#include <rtems.h>
#include <rtems/rtc.h>
+#include <rtems/tod.h>
#include <rtems/libio.h>
#include <libchip/rtc.h>