forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user