2cedd24fc1
First patch is not needed since commit
7b3ac6d24d
which adds a dependency on
headers >= 4.12
It should also be noted that upstream didn't merge it either
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
27 lines
745 B
Diff
27 lines
745 B
Diff
From 6dfff19d4716ba216de1a3298ed0f667d7782810 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?=C3=89rico=20Nogueira?= <ericonr@disroot.org>
|
|
Date: Mon, 30 Nov 2020 18:40:33 -0300
|
|
Subject: [PATCH] ell: add missing include in dhcp-server.
|
|
|
|
[Upstream: https://git.kernel.org/pub/scm/libs/ell/ell.git/patch/?id=6dfff19d4716ba216de1a3298ed0f667d7782810]
|
|
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
|
|
---
|
|
ell/dhcp-server.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/ell/dhcp-server.c b/ell/dhcp-server.c
|
|
index c983ed4..144e83e 100644
|
|
--- a/ell/dhcp-server.c
|
|
+++ b/ell/dhcp-server.c
|
|
@@ -24,6 +24,7 @@
|
|
#include <config.h>
|
|
#endif
|
|
|
|
+#include <linux/types.h>
|
|
#include <net/ethernet.h>
|
|
#include <sys/socket.h>
|
|
#include <arpa/inet.h>
|
|
--
|
|
2.29.2
|
|
|