score: Include <string.h> in basedefs.h

This commit is contained in:
Sebastian Huber
2013-07-23 13:34:21 +02:00
parent 7660e8b347
commit d19c535205

View File

@@ -40,6 +40,13 @@
* break application source files that relied on this accidentally.
*/
#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
#ifndef TRUE