Fix from Ralf Corsepius:

+ adding #include <rtems/libio.h> to fix implicit declaration warning
This commit is contained in:
Joel Sherrill
1998-04-27 14:17:16 +00:00
parent 72aa8cf4a8
commit 6b52fe5c0f

View File

@@ -7,6 +7,7 @@
*/
#include <rtems.h>
#include <rtems/libio.h>
#include <libcsupport.h>
extern rtems_configuration_table BSP_Configuration;