From d36719f5c99324b1c37e32b217e4aff845683d59 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 2 Aug 2016 22:00:19 -0400 Subject: ensure that include order of headers does not matter --- src/grp-machine/grp-import/systemd-import/import-common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/grp-machine') 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 . ***/ +#include + int import_make_read_only_fd(int fd); int import_make_read_only(const char *path); -- cgit v1.2.3-54-g00ecf