diff options
-rw-r--r-- | nptl/ChangeLog | 6 | ||||
-rw-r--r-- | nptl/tst-align2.c | 1 | ||||
-rw-r--r-- | nptl/tst-getpid1.c | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 1151a6c902..deeb6f1632 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2007-05-10 Jakub Jelinek <jakub@redhat.com> + + [BZ #4455] + * tst-align2.c: Include stackinfo.h. + * tst-getpid1.c: Likewise. + 2007-05-02 Carlos O'Donell <carlos@systemhalted.org> [BZ #4455] diff --git a/nptl/tst-align2.c b/nptl/tst-align2.c index 4685c201e4..9c300ecd1f 100644 --- a/nptl/tst-align2.c +++ b/nptl/tst-align2.c @@ -24,6 +24,7 @@ #include <sys/wait.h> #include <unistd.h> #include <tst-stack-align.h> +#include <stackinfo.h> static int f (void *arg) diff --git a/nptl/tst-getpid1.c b/nptl/tst-getpid1.c index e15cb61151..253ebf2e15 100644 --- a/nptl/tst-getpid1.c +++ b/nptl/tst-getpid1.c @@ -5,6 +5,7 @@ #include <unistd.h> #include <sys/types.h> #include <sys/wait.h> +#include <stackinfo.h> #ifndef TEST_CLONE_FLAGS #define TEST_CLONE_FLAGS 0 |