blob: e09aea733617e5845eb89c152d709661577e0152 [file] [log] [blame]
Brad Bishop87b3cb82019-11-15 16:35:37 -05001Include endian.h for missing definitions of htobe16
2
3Upstream-Status: Pending
4Signed-off-by: Khem Raj <raj.khem@gmail.com>
5--- a/systemd/util.c
6+++ b/systemd/util.c
7@@ -28,6 +28,7 @@
8 #include <stdbool.h>
9 #include <assert.h>
10 #include <errno.h>
11+#include <endian.h>
12 #include <fcntl.h>
13 #include <unistd.h>
14 #include <net/if.h>