mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 01:58:35 +04:00
libsigar: Add missing header
The new version of musl does not include this header internally anymore. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
10
libs/libsigar/patches/020-sysmacros.patch
Normal file
10
libs/libsigar/patches/020-sysmacros.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- a/src/os/linux/linux_sigar.c
|
||||
+++ b/src/os/linux/linux_sigar.c
|
||||
@@ -23,6 +23,7 @@
|
||||
#include <linux/param.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/stat.h>
|
||||
+#include <sys/sysmacros.h>
|
||||
#include <sys/times.h>
|
||||
#include <sys/utsname.h>
|
||||
#include <mntent.h>
|
||||
Reference in New Issue
Block a user