Include <stdio.h>, needed by assert on SunOS4.
authorJim Meyering <jim@meyering.net>
Tue, 16 Jan 2001 08:34:45 +0000 (08:34 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 16 Jan 2001 08:34:45 +0000 (08:34 +0000)
lib/basename.c

index 290e80e..36e0f62 100644 (file)
@@ -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