2003-03-25 Joel Sherrill <joel@OARcorp.com>

* rtems/rtems_bsdnet_malloc_starvation.c: Fixed name of include file.
This commit is contained in:
Joel Sherrill
2003-03-25 19:43:12 +00:00
parent 593616a8db
commit 8db5e22630
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2003-03-25 Joel Sherrill <joel@OARcorp.com>
* rtems/rtems_bsdnet_malloc_starvation.c: Fixed name of include file.
2002-03-25 Eric Norum <norume@aps.anl.gov>

View File

@@ -6,7 +6,7 @@
*/
#include <stdio.h>
#include <rtems_bsdnet.h>
#include <rtems/rtems_bsdnet.h>
void
rtems_bsdnet_malloc_starvation(void)