From 592e22d509ad839aee0f995484baeb581d7c7906 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 16 Jan 2001 08:34:45 +0000 Subject: [PATCH] Include , needed by assert on SunOS4. --- lib/basename.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/basename.c b/lib/basename.c index 290e80e..36e0f62 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 -- 2.7.4