mirror of
https://github.com/matrix-construct/construct
synced 2024-12-29 08:54:02 +01:00
ircd::fs: Explicit fcntl.h inclusion in fs.cc.
This commit is contained in:
parent
fbb88b87c1
commit
c9ab8c345c
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
// copyright notice and this permission notice is present in all copies. The
|
// copyright notice and this permission notice is present in all copies. The
|
||||||
// full license for this software is available in the LICENSE file.
|
// full license for this software is available in the LICENSE file.
|
||||||
|
|
||||||
|
#include <RB_INC_FCNTL_H
|
||||||
#include <RB_INC_SYS_STAT_H
|
#include <RB_INC_SYS_STAT_H
|
||||||
#include <RB_INC_SYS_STATFS_H
|
#include <RB_INC_SYS_STATFS_H
|
||||||
#include <RB_INC_SYS_STATVFS_H
|
#include <RB_INC_SYS_STATVFS_H
|
||||||
|
|
Loading…
Reference in a new issue