Stefan Liebler b5537473c2 tst-rec-dlopen: Fix build fail due to missing inclusion of string.h
on S390, I get a compile error for dlfcn/tst-rec-dlopen.c:
tst-rec-dlopen.c: In function ‘malloc’:
tst-rec-dlopen.c:101:4: error: implicit declaration of function ‘strlen’ [-Werror=implicit-function-declaration]
    (void) write (STDOUT_FILENO, message, strlen (message));
    ^
tst-rec-dlopen.c:101:42: error: incompatible implicit declaration of built-in function ‘strlen’ [-Werror]
    (void) write (STDOUT_FILENO, message, strlen (message));
                                          ^
tst-rec-dlopen.c:112:42: error: incompatible implicit declaration of built-in function ‘strlen’ [-Werror]
    (void) write (STDOUT_FILENO, message, strlen (message));
                                          ^

This patch adds the missing "#include <string.h>" for strlen.

ChangeLog:

	* dlfcn/tst-rec-dlopen.c: Include string.h.
2016-06-06 11:03:04 +02:00
..
2005-09-28 00:14:50 +00:00
2005-09-28 00:14:50 +00:00
2005-09-28 00:14:50 +00:00
2013-06-05 20:44:03 +00:00
2014-11-27 16:00:08 +00:00
2007-07-12 18:17:11 +00:00
2015-01-21 01:51:10 -05:00
2015-01-21 01:51:10 -05:00
2013-09-04 15:25:42 +00:00
2004-10-18 23:17:46 +00:00
2004-10-18 23:17:46 +00:00
2004-10-18 23:17:46 +00:00
2004-10-18 23:17:46 +00:00
2004-10-18 23:17:46 +00:00
2004-10-18 23:17:46 +00:00
2004-10-18 23:17:46 +00:00
2004-10-18 23:17:46 +00:00
2004-10-18 23:17:46 +00:00
2004-10-18 23:17:46 +00:00