| Brad Bishop | 87b3cb8 | 2019-11-15 16:35:37 -0500 | [diff] [blame] | 1 | Include endian.h for missing definitions of htobe16 |
| 2 | |||||
| 3 | Upstream-Status: Pending | ||||
| 4 | Signed-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> | ||||