tree-wide: fix a few missing includes

This commit is contained in:
Lennart Poettering 2018-10-10 17:44:09 +02:00
parent b0325c991e
commit fd67de0152
3 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,8 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
#include <sys/types.h>
int import_make_read_only_fd(int fd);
int import_make_read_only(const char *path);

View File

@ -4,6 +4,8 @@
#include <stdbool.h>
#include <stdint.h>
#include "sd-id128.h"
#include "hashmap.h"
#include "lockfile-util.h"
#include "macro.h"

View File

@ -1,6 +1,8 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
#include <stdbool.h>
#define VERB_ANY ((unsigned) -1)
typedef enum VerbFlags {