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:
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user