Explicitly include more headers (#38100)

Continuation of 4f18ff2e29.
This commit is contained in:
Daan De Meyer
2025-07-07 08:26:46 +02:00
committed by GitHub
7 changed files with 7 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#include <sys/stat.h>
#include <unistd.h>
#include "alloc-util.h"

View File

@@ -1,6 +1,7 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#include <getopt.h>
#include <sys/stat.h>
#include "sd-varlink.h"

View File

@@ -2,6 +2,7 @@
#pragma once
#include <fcntl.h>
#include <sys/stat.h>
#include "compress.h"
#include "forward.h"

View File

@@ -2,6 +2,7 @@
#include <stdlib.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include "alloc-util.h"
#include "bitfield.h"

View File

@@ -5,6 +5,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <sys/resource.h>
#include <sys/stat.h>
#include <unistd.h>
#include "sd-bus.h"

View File

@@ -7,6 +7,7 @@
#include <string.h>
#include <sys/resource.h>
#include <sys/socket.h>
#include <sys/timex.h>
#define __STDC_WANT_IEC_60559_TYPES_EXT__
#include <float.h>

View File

@@ -5,6 +5,7 @@
#include <netinet/in.h>
#include <netinet/ip.h>
#include <resolv.h>
#include <sys/timex.h>
#include <unistd.h>
#include "sd-bus.h"