]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/cryptsetup/cryptsetup-generator.c
headers: remove unneeded includes from util.h
[thirdparty/systemd.git] / src / cryptsetup / cryptsetup-generator.c
index ea18e84f31a56015ee16116691b4238925e13aad..5ae1fca2aff0797790f72c8cd054a09d99ea0fd1 100644 (file)
@@ -1,7 +1,10 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 
 #include <errno.h>
+#include <fcntl.h>
 #include <stdio_ext.h>
+#include <sys/stat.h>
+#include <sys/types.h>
 
 #include "alloc-util.h"
 #include "dropin.h"