From: Lennart Poettering Date: Fri, 22 Jun 2018 09:38:43 +0000 (+0200) Subject: bootspec: fix include lines X-Git-Tag: v240~611^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=195b36cf21a0ef490df0f626bd3c817a599a528e;p=platform%2Fupstream%2Fsystemd.git bootspec: fix include lines List all files we use definitions from. --- diff --git a/src/shared/bootspec.h b/src/shared/bootspec.h index f47c073..cd1b5e5 100644 --- a/src/shared/bootspec.h +++ b/src/shared/bootspec.h @@ -2,7 +2,11 @@ #pragma once -#include +#include +#include +#include + +#include "sd-id128.h" typedef struct BootEntry { char *filename;