From 5b7d1fc6a9ad494801d481615a5af73f82753ac1 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 8 Sep 2023 19:32:20 +0200 Subject: include: include in It provides malloc()/free(), which is so basic that we need it everywhere. Include via . The ultimate purpose is to define more things in . While it has not corresponding C sources, can contain macros and static inline functions, and is a good place for things that we shall have everywhere. Since provides malloc()/free() and size_t, that is a very basic dependency, that will be needed for that. Signed-off-by: Thomas Haller Signed-off-by: Pablo Neira Ayuso --- src/mnl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mnl.c') diff --git a/src/mnl.c b/src/mnl.c index d583177d..67bb44a6 100644 --- a/src/mnl.c +++ b/src/mnl.c @@ -35,7 +35,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3