From 6017365a1d0c1c78fc34a7da63768ee5df5da511 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 11 Jul 2014 16:13:13 +0200 Subject: endian: explicitly include endian.h wherever we want to use __BYTE_ORDER --- src/libsystemd/sd-bus/bus-protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libsystemd') diff --git a/src/libsystemd/sd-bus/bus-protocol.h b/src/libsystemd/sd-bus/bus-protocol.h index 5046d17a10..4f4646883c 100644 --- a/src/libsystemd/sd-bus/bus-protocol.h +++ b/src/libsystemd/sd-bus/bus-protocol.h @@ -21,6 +21,7 @@ along with systemd; If not, see . ***/ +#include /* Endianness */ -- cgit v1.2.3-54-g00ecf