diff options
Diffstat (limited to 'src/libshared/gpt.h')
-rw-r--r-- | src/libshared/gpt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libshared/gpt.h b/src/libshared/gpt.h index 52ab29ed5f..9b8f59abee 100644 --- a/src/libshared/gpt.h +++ b/src/libshared/gpt.h @@ -21,7 +21,7 @@ #include <endian.h> -#include "sd-id128.h" +#include <systemd/sd-id128.h> /* We only support root disk discovery for x86, x86-64, Itanium and ARM for * now, since EFI for anything else doesn't really exist, and we only |