]> git.proxmox.com Git - systemd.git/blobdiff - src/resolve/resolved-etc-hosts.c
New upstream version 242
[systemd.git] / src / resolve / resolved-etc-hosts.c
index ee21222e50768c96c312852670335a5b0820fe59..6a23d2bb8e8d40e92351eb8f373249ea26eeaa07 100644 (file)
@@ -1,5 +1,9 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 
+#include <sys/stat.h>
+#include <sys/types.h>
+#include <unistd.h>
+
 #include "fd-util.h"
 #include "fileio.h"
 #include "hostname-util.h"