* tests/stress_threads.c: Add string.h to avoid compiler warning.
| author |
asl |
| date |
Tue, 09 May 2006 16:12:53 +0000 |
| parents |
5c4a2415fdf4 |
| children |
76f597641b84 |
| files |
packages/kernel/current/ChangeLog packages/kernel/current/tests/stress_threads.c |
| diffstat |
2 files changed, 5 insertions(+), 0 deletions(-)
[+]
|
line diff
--- a/packages/kernel/current/ChangeLog
+++ b/packages/kernel/current/ChangeLog
@@ -1,3 +1,7 @@
+2006-05-09 Andrew Lunn <andrew.lunn@ascom.ch>
+
+ * tests/stress_threads.c: Add string.h to avoid compiler warning.
+
2006-04-11 Sergei Organov <osv@javad.com>
* doc/kernel.sgml: Fix typo
--- a/packages/kernel/current/tests/stress_threads.c
+++ b/packages/kernel/current/tests/stress_threads.c
@@ -75,6 +75,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#if defined(CYGPKG_LIBM)