diff options
Diffstat (limited to 'nptl/tst-stackguard1.c')
-rw-r--r-- | nptl/tst-stackguard1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/tst-stackguard1.c b/nptl/tst-stackguard1.c index 4af16c9c15..c45604663a 100644 --- a/nptl/tst-stackguard1.c +++ b/nptl/tst-stackguard1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005 Free Software Foundation, Inc. +/* Copyright (C) 2005-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jakub Jelinek <jakub@redhat.com>, 2005. @@ -23,7 +23,7 @@ #include <stdlib.h> #include <string.h> #include <sys/wait.h> -#include <elf/stackguard-macros.h> +#include <stackguard-macros.h> #include <unistd.h> static const char *command; |