1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/sigar/0007-sigar-add-sysmacros.patch
2019-09-09 10:56:14 -03:00

10 lines
243 B
Diff

--- a/include/sigar.h
+++ b/include/sigar.h
@@ -110,6 +110,7 @@
typedef unsigned long sigar_gid_t;
#else
#include <sys/types.h>
+#include <sys/sysmacros.h>
typedef pid_t sigar_pid_t;
typedef uid_t sigar_uid_t;
typedef gid_t sigar_gid_t;