summaryrefslogtreecommitdiff
path: root/src/grp-machine/grp-import/libimport/import-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-machine/grp-import/libimport/import-common.h')
-rw-r--r--src/grp-machine/grp-import/libimport/import-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/grp-machine/grp-import/libimport/import-common.h b/src/grp-machine/grp-import/libimport/import-common.h
index 07d3250e71..3abd62e8c3 100644
--- a/src/grp-machine/grp-import/libimport/import-common.h
+++ b/src/grp-machine/grp-import/libimport/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);