2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>

* sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
This commit is contained in:
Ralf Corsepius
2004-04-01 10:14:42 +00:00
parent 05153a1f10
commit 65fa6b5663
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
2004-03-30 David Querbach <querbach@realtime.bc.ca>
PR 595/tests

View File

@@ -8,7 +8,7 @@
#define RINGBUF_QUEUE_LENGTH 512
#include <ringbuf.h>
#include <rtems/ringbuf.h>
Ring_buffer_t Buffer;