mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
include sys/stat.h for FreeBSD
This commit is contained in:
parent
d52fb463ee
commit
ba3c918e9c
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
# elif defined(__FreeBSD__)
|
||||
# define CANBLOCKSIZE 1
|
||||
# include <sys/param.h>
|
||||
# include <sys/stat.h>
|
||||
# include <sys/mount.h>
|
||||
# endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue