summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-01-16 08:34:45 +0000
committerJim Meyering <jim@meyering.net>2001-01-16 08:34:45 +0000
commit832f6a75383cf35510ce86abded4576e73f2bd48 (patch)
tree4e3764877a8838aedd9d6968a0d16c61a67c0be7 /lib
parentc2669c13210557565fb470c7b045fd9881bf5d65 (diff)
downloadgnulib-832f6a75383cf35510ce86abded4576e73f2bd48.tar.gz
Include <stdio.h>, needed by assert on SunOS4.
Diffstat (limited to 'lib')
-rw-r--r--lib/basename.c3
1 files changed, 2 insertions, 1 deletions
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 <config.h>
#endif
+#include <stdio.h>
#include <assert.h>
#ifndef FILESYSTEM_PREFIX_LEN