1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-06 00:58:29 +03:00

bootspec: fix include lines

List all files we use definitions from.
This commit is contained in:
Lennart Poettering 2018-06-22 11:38:43 +02:00
parent 2f3db9c907
commit 195b36cf21

@ -2,7 +2,11 @@
#pragma once
#include <stdlib.h>
#include <inttypes.h>
#include <stdbool.h>
#include <sys/types.h>
#include "sd-id128.h"
typedef struct BootEntry {
char *filename;