2004-09-27 Joel Sherrill <joel@OARcorp.com>

PR 680/bsps
	* network/if_hdlcsubr.c: Add missing #include <rtems/rtems_bsdnet.h>.
This commit is contained in:
Joel Sherrill
2004-09-27 21:52:24 +00:00
parent dd7db0f74e
commit 993b7d1e85
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2004-09-27 Joel Sherrill <joel@OARcorp.com>
PR 680/bsps
* network/if_hdlcsubr.c: Add missing #include <rtems/rtems_bsdnet.h>.
2004-04-07 Joel Sherrill <joel@OARcorp.com>
PR 602/bsps

View File

@@ -48,6 +48,8 @@
* $Id$
*/
#include <rtems/rtems_bsdnet.h>
#include <sys/param.h>
/*#include <sys/systm.h>
#include <sys/kernel.h> */