Added include of libio.h so this would compile when posix is disabled.

This commit is contained in:
Joel Sherrill
1999-10-26 21:51:07 +00:00
parent 7ee88c1695
commit 2fe47fff06
4 changed files with 4 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
#ifndef _RTEMS_LIBIO_H
#define _RTEMS_LIBIO_H
#include <rtems.h>
#include <sys/types.h>
#include <sys/stat.h>

View File

@@ -20,6 +20,7 @@
#ifndef _RTEMS_LIBIO_H
#define _RTEMS_LIBIO_H
#include <rtems.h>
#include <sys/types.h>
#include <sys/stat.h>