about summary refs log tree commit diff
path: root/test-skeleton.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2003-06-25 11:04:58 +0000
committerAndreas Jaeger <aj@suse.de>2003-06-25 11:04:58 +0000
commitfa4a36fdffe7a96c60dd5baf383e6c731a11a8c5 (patch)
treead95dd50a3c7053e5d7c08f3b3495ca5977479e4 /test-skeleton.c
parent657f0417ed66d26fa80bbf3ef7081c59e15fbdd6 (diff)
downloadglibc-fa4a36fdffe7a96c60dd5baf383e6c731a11a8c5.tar.gz
glibc-fa4a36fdffe7a96c60dd5baf383e6c731a11a8c5.tar.xz
glibc-fa4a36fdffe7a96c60dd5baf383e6c731a11a8c5.zip
* posix/transbug.c: Include <string.h> for memset and strlen
declarations.
	* stdio-common/tst-sprintf.c: Include <stdlib.h> for free declaration.

	* stdlib/tst-strtod.c (main): Pass long double value.

	* test-skeleton.c: Include <time.h> for nanosleep declaration.
2003-06-25  Andreas Jaeger  <aj@suse.de>

	* posix/transbug.c: Include <string.h> for memset and strlen
	declarations.

	* stdio-common/tst-sprintf.c: Include <stdlib.h> for free declaration.

	* stdlib/tst-strtod.c (main): Pass long double value.

	* test-skeleton.c: Include <time.h> for nanosleep declaration.
Diffstat (limited to 'test-skeleton.c')
-rw-r--r--test-skeleton.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-skeleton.c b/test-skeleton.c
index 1bffa69320..5ca9a3d8ff 100644
--- a/test-skeleton.c
+++ b/test-skeleton.c
@@ -29,6 +29,7 @@
 #include <sys/resource.h>
 #include <sys/wait.h>
 #include <sys/param.h>
+#include <time.h>
 
 /* The test function is normally called `do_test' and it is called
    with argc and argv as the arguments.  We nevertheless provide the