2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-27 16:26:18 +00:00
repo/extra/dhcpcd/patches/missing-include.patch
2020-06-01 08:29:45 +03:00

11 lines
179 B
Diff

--- 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>