diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-07-11 16:13:13 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-07-11 16:13:13 +0200 |
commit | 6017365a1d0c1c78fc34a7da63768ee5df5da511 (patch) | |
tree | 2ba896acf1a644c928b5c96f5ec534b455aab2ff /src/shared/gpt.h | |
parent | 4f4b92ba7ae9c56cb0f181d5f95d709e085b8bd5 (diff) |
endian: explicitly include endian.h wherever we want to use __BYTE_ORDER
Diffstat (limited to 'src/shared/gpt.h')
-rw-r--r-- | src/shared/gpt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/gpt.h b/src/shared/gpt.h index 278940bf03..ef3444f6ea 100644 --- a/src/shared/gpt.h +++ b/src/shared/gpt.h @@ -19,6 +19,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ +#include <endian.h> + #include "sd-id128.h" /* We only support root disk discovery for x86, x86-64 and ARM for |