summaryrefslogtreecommitdiff
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-12-13 08:07:22 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-12-13 09:04:26 +0100
commit7d9455edfe5d9b6ee775a71d1a1a51e6bb1f74af (patch)
tree681ac79e9173cccfec6905a06f03ef5c2025217c /cpukit
parent7683da88e46f620869cc537ae40d05cef2d4b1b8 (diff)
pipe: Include <rtems/pipe.h>
Prepare for header file move to common include directory. Update #3254.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libfs/src/pipe/fifo.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/libfs/src/pipe/fifo.c b/cpukit/libfs/src/pipe/fifo.c
index b237a6ddd0..4743bd06a1 100644
--- a/cpukit/libfs/src/pipe/fifo.c
+++ b/cpukit/libfs/src/pipe/fifo.c
@@ -26,11 +26,10 @@
#include <rtems.h>
#include <rtems/libio_.h>
+#include <rtems/pipe.h>
#include <rtems/rtems/barrierimpl.h>
#include <rtems/score/statesimpl.h>
-#include "pipe.h"
-
#define LIBIO_ACCMODE(_iop) (rtems_libio_iop_flags(_iop) & LIBIO_FLAGS_READ_WRITE)
#define LIBIO_NODELAY(_iop) rtems_libio_iop_is_no_delay(_iop)