2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>

* network/network.c: Include <errno.h> instead of <sys/errno.h>.
This commit is contained in:
Ralf Corsepius
2005-09-19 06:15:46 +00:00
parent 14091f5c32
commit c7179542da
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>
* network/network.c: Include <errno.h> instead of <sys/errno.h>.
2005-09-12 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
PR 527/bsps

View File

@@ -25,6 +25,7 @@
*/
#include <bsp.h>
#include <stdio.h>
#include <errno.h>
#include <rtems/error.h>
#include <rtems/rtems_bsdnet.h>
@@ -32,7 +33,6 @@
#include <sys/mbuf.h>
#include <sys/socket.h>
#include <sys/sockio.h>
#include <sys/errno.h>
#include <net/if.h>