summaryrefslogtreecommitdiff
path: root/libpthread/sysdeps
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@gnu.org>2009-01-17 23:22:12 +0100
committerNeal H. Walfield <neal@gnu.org>2009-01-18 02:18:20 +0100
commitbbde6024c8b3b4b62c2a1ea1fa654df344d5f453 (patch)
tree3a6aeb4a2571597005b0463f36b8c1d7ac35dbc2 /libpthread/sysdeps
parent28ff82c1f300d2a491161ae22675d91c6f22a1dc (diff)
Include <string.h> to add missing declarations.
2009-01-17 Neal H. Walfield <neal@gnu.org> * signal/kill.c: Include <string.h>. * sysdeps/viengoos/pt-sigstate-init.c: Likewise.
Diffstat (limited to 'libpthread/sysdeps')
-rw-r--r--libpthread/sysdeps/viengoos/pt-sigstate-init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/sysdeps/viengoos/pt-sigstate-init.c b/libpthread/sysdeps/viengoos/pt-sigstate-init.c
index 4c40fdb..63da189 100644
--- a/libpthread/sysdeps/viengoos/pt-sigstate-init.c
+++ b/libpthread/sysdeps/viengoos/pt-sigstate-init.c
@@ -21,6 +21,7 @@
#include <pt-internal.h>
#include <sig-internal.h>
+#include <string.h>
error_t
__pthread_sigstate_init (struct __pthread *thread)