1
0
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:
Lennart Poettering 2014-07-11 16:13:13 +02:00
parent 4f4b92ba7a
commit 6017365a1d
3 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,7 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
#include <endian.h>
/* Endianness */

View File

@ -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

View File

@ -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