diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-07-20 14:57:24 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-07-20 14:57:24 -0400 |
commit | f39e03cb01e02000a8d2d2df76971afa0e523881 (patch) | |
tree | 7c463c9fc804462f3d831eeb42d1f4cf77673650 /libpthread/linuxthreads.old/forward.c | |
parent | 82be16427666e8e63af7233345ca949f471acaa6 (diff) |
linuxthreads.old: extend workaround for asm rename warnings
The libc_pthread_init.c needs the include workaround like forward.c, and
forward.c needs more includes now.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'libpthread/linuxthreads.old/forward.c')
-rw-r--r-- | libpthread/linuxthreads.old/forward.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/linuxthreads.old/forward.c b/libpthread/linuxthreads.old/forward.c index aa5c8abd9..402b15543 100644 --- a/libpthread/linuxthreads.old/forward.c +++ b/libpthread/linuxthreads.old/forward.c @@ -46,6 +46,7 @@ For now, just include all headers before internals.h #include <unistd.h> #include <sys/types.h> #include <sys/wait.h> +#include <sys/time.h> #include "internals.h" |