comparison packages/kernel/current/tests/stress_threads.c @ 2197:eb767a98013a

* tests/stress_threads.c: Add string.h to avoid compiler warning.
author asl
date Tue, 09 May 2006 16:12:53 +0000
parents d2c90368aeef
children 74dbf4c3f2e1
comparison
equal deleted inserted replaced
2196:5c4a2415fdf4 2197:eb767a98013a
73 73
74 #ifdef CYGINT_ISO_STDIO_FORMATTED_IO 74 #ifdef CYGINT_ISO_STDIO_FORMATTED_IO
75 75
76 #include <stdio.h> 76 #include <stdio.h>
77 #include <stdlib.h> 77 #include <stdlib.h>
78 #include <string.h>
78 79
79 #if defined(CYGPKG_LIBM) 80 #if defined(CYGPKG_LIBM)
80 81
81 #include <math.h> 82 #include <math.h>
82 #include <assert.h> 83 #include <assert.h>