aboutsummaryrefslogtreecommitdiff
path: root/core/dhcpcd/patches
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-06-02 02:03:28 +0300
committerCem Keylan <cem@ckyln.com>2020-06-02 02:03:28 +0300
commitb1540238674c9cd0411f27e6b55b022c60a98373 (patch)
treeb94df3faa7a7cfd91af926eee480ef6310cd3ef5 /core/dhcpcd/patches
parent05f9c5d32f63ce8760dbd0ed13374afd959ed90d (diff)
downloadrepository-b1540238674c9cd0411f27e6b55b022c60a98373.tar.gz
dhcpcd: bump to 9.1.0
Diffstat (limited to 'core/dhcpcd/patches')
-rw-r--r--core/dhcpcd/patches/fix-common-header.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/dhcpcd/patches/fix-common-header.patch b/core/dhcpcd/patches/fix-common-header.patch
new file mode 100644
index 00000000..854892a2
--- /dev/null
+++ b/core/dhcpcd/patches/fix-common-header.patch
@@ -0,0 +1,10 @@
+--- dhcpcd/src/common.h
++++ dhcpcd/src/common.h
+@@ -31,6 +31,7 @@
+
+ #include <sys/param.h>
+ #include <sys/time.h>
++#include <sys/stat.h>
+ #include <stdint.h>
+ #include <stdio.h>
+