2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-06 01:05:53 -06:00
repo/extra/dhcpcd/patches/missing-include.patch

11 lines
179 B
Diff
Raw Normal View History

2020-05-31 23:29:45 -06:00
--- 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>