mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Fix for bsd
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14857 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e87ef00610
commit
8b3989d562
2 changed files with 8 additions and 3 deletions
|
@ -107,9 +107,10 @@
|
|||
|
||||
#ifdef HAVE_SYS_VFS_H
|
||||
# include <sys/vfs.h>
|
||||
# ifdef HAVE_SYS_STATVFS_H
|
||||
# include <sys/statvfs.h>
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_STATVFS_H
|
||||
# include <sys/statvfs.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_STATFS_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue