2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>

* libfs/src/pipe/pipe.c: Include <rtems/pipe.h> (Missing prototype).
This commit is contained in:
Ralf Corsepius
2011-12-06 15:20:50 +00:00
parent abdeac2a14
commit 47528a8f2e
2 changed files with 5 additions and 1 deletions

View File

@@ -18,6 +18,7 @@
#include <fcntl.h>
#include <rtems/libio_.h>
#include <rtems/seterr.h>
#include <rtems/pipe.h>
/* Incremental number added to names of anonymous pipe files */
/* FIXME: This approach is questionable */