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

@@ -20,6 +20,7 @@
#include <setjmp.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <inttypes.h>

View File

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

View File

@@ -13,6 +13,7 @@
#define BDBUF_TESTS_H
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <rtems/diskdevs.h>
#include <rtems/bdbuf.h>

View File

@@ -19,6 +19,7 @@
#include <netinet/tcp.h>
#include <netdb.h>
#include <unistd.h>
#include <string.h>
#include "test-http-client.h"