From: Jim Meyering Date: Tue, 16 Jan 2001 08:34:45 +0000 (+0000) Subject: Include , needed by assert on SunOS4. X-Git-Tag: FILEUTILS-4_0_37~32 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=592e22d509ad839aee0f995484baeb581d7c7906;p=thirdparty%2Fcoreutils.git Include , needed by assert on SunOS4. --- diff --git a/lib/basename.c b/lib/basename.c index 290e80e619..36e0f62b13 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 #endif +#include #include #ifndef FILESYSTEM_PREFIX_LEN