diff options
Diffstat (limited to 'stdlib/tst-xpg-basename.c')
-rw-r--r-- | stdlib/tst-xpg-basename.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stdlib/tst-xpg-basename.c b/stdlib/tst-xpg-basename.c index 933b71c534..12067e702d 100644 --- a/stdlib/tst-xpg-basename.c +++ b/stdlib/tst-xpg-basename.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Free Software Foundation, Inc. +/* Copyright (C) 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Andreas Jaeger <aj@suse.de>, 1999. @@ -19,6 +19,8 @@ #include <libgen.h> #include <stdio.h> +#include <stdlib.h> +#include <string.h> static struct { |