forked from Imagelibrary/rtems
score: Include <string.h> in basedefs.h
This commit is contained in:
@@ -40,6 +40,13 @@
|
|||||||
* break application source files that relied on this accidentally.
|
* break application source files that relied on this accidentally.
|
||||||
*/
|
*/
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
||||||
|
/*
|
||||||
|
* FIXME: This include should not be present. In older RTEMS versions
|
||||||
|
* <rtems.h> provided <string.h> indirectly. This include is here to not
|
||||||
|
* break application source files that relied on this accidentally.
|
||||||
|
*/
|
||||||
|
#include <string.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef TRUE
|
#ifndef TRUE
|
||||||
|
|||||||
Reference in New Issue
Block a user