[<prev] [next>] [day] [month] [year] [list]
Message-Id: <D2RI7Q8MEQEJ.3KAN74XCKVF8B@ayaya.dev>
Date: Wed, 17 Jul 2024 05:44:43 +0200
From: "psykose" <alice@...ya.dev>
To: <netdev@...r.kernel.org>
Subject: [PATCH] libnetlink: include endian.h for htobe64
fixes build against musl libc which is more strict about header namespaces.
Signed-off-by: psykose <alice@...ya.dev>
---
include/libnetlink.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/libnetlink.h b/include/libnetlink.h
index 30f0c2d2..0139efa0 100644
--- a/include/libnetlink.h
+++ b/include/libnetlink.h
@@ -2,6 +2,7 @@
#ifndef __LIBNETLINK_H__
#define __LIBNETLINK_H__ 1
+#include <endian.h>
#include <stdio.h>
#include <string.h>
#include <asm/types.h>
base-commit: af9559b23367b01d0f1184c75cdf0cab9c6930ac
--
2.45.2
Powered by blists - more mailing lists