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:08 +00:00
parent 513b6c4b64
commit 6a61cf94db
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-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Require automake > 1.9.

View File

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