mirror of
https://github.com/systemd/systemd.git
synced 2025-01-27 18:04:05 +03:00
endian: explicitly include endian.h wherever we want to use __BYTE_ORDER
This commit is contained in:
parent
4f4b92ba7a
commit
6017365a1d
@ -21,6 +21,7 @@
|
||||
along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
||||
***/
|
||||
|
||||
#include <endian.h>
|
||||
|
||||
/* Endianness */
|
||||
|
||||
|
@ -21,6 +21,8 @@
|
||||
along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
||||
***/
|
||||
|
||||
#include <endian.h>
|
||||
|
||||
#include "util.h"
|
||||
|
||||
/* A cleaned up architecture definition. We don't want to get lost in
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user