[rtems commit] libchip/serial: Fixed warnings
Gedare Bloom
gedare at rtems.org
Thu Feb 28 17:21:39 UTC 2013
Module: rtems
Branch: master
Commit: f806289f31ea2b3ec97839d0a33909317104bd01
Changeset: http://git.rtems.org/rtems/commit/?id=f806289f31ea2b3ec97839d0a33909317104bd01
Author: Andreas Heinig <andreas.heinig at cs.tu-dortmund.de>
Date: Wed Feb 27 14:38:57 2013 +0100
libchip/serial: Fixed warnings
---
c/src/libchip/serial/mc68681_reg.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/c/src/libchip/serial/mc68681_reg.c b/c/src/libchip/serial/mc68681_reg.c
index cd11be2..2a777e9 100644
--- a/c/src/libchip/serial/mc68681_reg.c
+++ b/c/src/libchip/serial/mc68681_reg.c
@@ -15,6 +15,9 @@
#include <rtems.h>
+#include <libchip/serial.h>
+#include <libchip/mc68681.h>
+
#ifndef _MC68681_MULTIPLIER
#define _MC68681_MULTIPLIER 1
#define _MC68681_NAME(_X) _X
More information about the vc
mailing list