mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
fix for freebsd
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4210 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0680feafc6
commit
ca128fd084
1 changed files with 4 additions and 0 deletions
|
@ -113,6 +113,10 @@
|
||||||
#include <sys/file.h>
|
#include <sys/file.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if HAVE_SYS_MOUNT_H
|
||||||
|
#include <sys/mount.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#ifdef HAVE_SYS_STAT_H
|
#ifdef HAVE_SYS_STAT_H
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue