mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-16 14:12:56 +01:00
11 lines
243 B
Diff
11 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;
|