diff options
Diffstat (limited to 'src/grp-machine/grp-import')
-rw-r--r-- | src/grp-machine/grp-import/systemd-import/import-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/grp-machine/grp-import/systemd-import/import-common.h b/src/grp-machine/grp-import/systemd-import/import-common.h index 07d3250e71..3abd62e8c3 100644 --- a/src/grp-machine/grp-import/systemd-import/import-common.h +++ b/src/grp-machine/grp-import/systemd-import/import-common.h @@ -19,6 +19,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ +#include <sys/types.h> + int import_make_read_only_fd(int fd); int import_make_read_only(const char *path); |