summaryrefslogtreecommitdiff
path: root/rt
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-04-18 08:47:49 +0000
committerUlrich Drepper <drepper@redhat.com>2004-04-18 08:47:49 +0000
commit9bbbee06776254ff0b022fa6a34292589f5f8eed (patch)
tree6a59ff32ca21acfe292791efe2097c7b8d2a00af /rt
parent620c3354ae7aaf36275d7bb590b9f1afd8f777ee (diff)
Include <string.h>.
Diffstat (limited to 'rt')
-rw-r--r--rt/tst-timer4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rt/tst-timer4.c b/rt/tst-timer4.c
index 78c8744726..2175211cb6 100644
--- a/rt/tst-timer4.c
+++ b/rt/tst-timer4.c
@@ -21,6 +21,7 @@
#include <errno.h>
#include <signal.h>
#include <stdio.h>
+#include <string.h>
#include <time.h>
#include <unistd.h>
#if _POSIX_THREADS