summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-11-23 09:48:17 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-11-23 09:48:26 -0600
commitb46a31e0b84338844a701dacbafabb4791228114 (patch)
tree62463e35120e1d7c7322c330838da77a4ebe56fa
parentrtems/score/object.h: Correct types on _Objects_Build_id (diff)
downloadrtems-b46a31e0b84338844a701dacbafabb4791228114.tar.bz2
leon2: include <rtems/ringbuf.h> not <ringbuf.h>
close #2113
-rw-r--r--c/src/lib/libbsp/sparc/leon2/console/console.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/sparc/leon2/console/console.c b/c/src/lib/libbsp/sparc/leon2/console/console.c
index 36f6a8c28a..d4cb1bc9af 100644
--- a/c/src/lib/libbsp/sparc/leon2/console/console.c
+++ b/c/src/lib/libbsp/sparc/leon2/console/console.c
@@ -7,7 +7,7 @@
*/
/*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-2014.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -53,7 +53,7 @@ int console_inbyte_nonblocking( int port );
* Buffers between task and ISRs
*/
-#include <ringbuf.h>
+#include <rtems/ringbuf.h>
Ring_buffer_t TX_Buffer[ 2 ];
bool Is_TX_active[ 2 ];