#include <cstring>.

This commit is contained in:
Ralf Corsepius
2009-11-23 15:29:54 +00:00
parent 43d55f8a1e
commit 60e9714c0c
4 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
------------------------------------------------------------------------
*/
#include <string.h>
#include <cstring>
#include <rtems++/rtemsMessageQueue.h>
/* ----

View File

@@ -18,7 +18,7 @@
------------------------------------------------------------------------
*/
#include <string.h>
#include <cstring>
#include <rtems++/rtemsSemaphore.h>
/* ----

View File

@@ -18,7 +18,7 @@
------------------------------------------------------------------------
*/
#include <string.h>
#include <cstring>
#include <rtems++/rtemsTask.h>
// include to allow it to be compiled
#include <rtems++/rtemsTaskMode.h>

View File

@@ -18,7 +18,7 @@
------------------------------------------------------------------------
*/
#include <string.h>
#include <cstring>
#include <rtems++/rtemsTimer.h>
/* ----