Include missing <string.h>

This commit is contained in:
Sebastian Huber
2013-07-23 13:32:58 +02:00
parent 562815cf0b
commit 7660e8b347
44 changed files with 50 additions and 2 deletions

View File

@@ -11,6 +11,7 @@
#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <rtems.h>

View File

@@ -18,6 +18,7 @@
*/
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <inttypes.h>

View File

@@ -58,6 +58,7 @@
#include <sys/fcntl.h>
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <inttypes.h>