2001-01-29 Joel Sherrill <joel@OARcorp.com>

* src/objectextendinformation.c: Added include of string.h to
	eliminate warning.
This commit is contained in:
Joel Sherrill
2001-01-29 18:46:09 +00:00
parent 4e568769d3
commit a76e2b4c96
4 changed files with 14 additions and 0 deletions

View File

@@ -1,4 +1,9 @@
2001-01-29 Joel Sherrill <joel@OARcorp.com>
* src/objectextendinformation.c: Added include of string.h to
eliminate warning.
2001-01-08 Joel Sherrill <joel@OARcorp.com>
* src/threadinitialize.c: Fix my bad hack of Ralf's fp_area

View File

@@ -24,6 +24,8 @@
#include <rtems/score/sysstate.h>
#include <rtems/score/isr.h>
#include <string.h> /* for memcpy() */
/*PAGE
*
* _Objects_Extend_information

View File

@@ -1,4 +1,9 @@
2001-01-29 Joel Sherrill <joel@OARcorp.com>
* src/objectextendinformation.c: Added include of string.h to
eliminate warning.
2001-01-08 Joel Sherrill <joel@OARcorp.com>
* src/threadinitialize.c: Fix my bad hack of Ralf's fp_area

View File

@@ -24,6 +24,8 @@
#include <rtems/score/sysstate.h>
#include <rtems/score/isr.h>
#include <string.h> /* for memcpy() */
/*PAGE
*
* _Objects_Extend_information