]> git.proxmox.com Git - systemd.git/blobdiff - src/resolve/resolved-manager.c
New upstream version 242
[systemd.git] / src / resolve / resolved-manager.c
index b3d35c83413f0b11f75e808db5af55594260a5a1..9b8239bd094236ab74764006bf969427fce91395 100644 (file)
@@ -1,9 +1,13 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 
+#include <fcntl.h>
 #include <netinet/in.h>
 #include <poll.h>
 #include <stdio_ext.h>
 #include <sys/ioctl.h>
+#include <sys/stat.h>
+#include <sys/types.h>
+#include <unistd.h>
 
 #if HAVE_LIBIDN2
 #include <idn2.h>