Fix for bug 34543. Compile problem under Tru64 Unix.

a=leaf.  This is #ifdefed for Tru64 Unix, but if it causes
bustage and I am not on IRC, you can get me at 919.859.3885
This commit is contained in:
jim_nance@yahoo.com
2000-04-05 22:37:01 +00:00
parent 2ca5386226
commit 5829edc89a

View File

@@ -56,6 +56,9 @@
// we need these for statfs()
#ifdef HAVE_SYS_STATVFS_H
#if defined(__osf__) && defined(__DECCXX)
extern "C" int statvfs(const char *, struct statvfs *);
#endif
#include <sys/statvfs.h>
#endif