diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/basename.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/basename.c b/lib/basename.c index 290e80e61..36e0f62b1 100644 --- a/lib/basename.c +++ b/lib/basename.c @@ -1,5 +1,5 @@ /* basename.c -- return the last element in a path - Copyright (C) 1990, 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1990, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,6 +19,7 @@ # include <config.h> #endif +#include <stdio.h> #include <assert.h> #ifndef FILESYSTEM_PREFIX_LEN |