2014-01-11 12:07:35 +01:00
|
|
|
Make this build with musl, uid_t/pid_t are defined in <unistd.h>.
|
2014-01-11 11:40:28 +01:00
|
|
|
|
|
|
|
--- utils/proc-llist.h.orig 2014-01-11 11:38:42.960868985 +0100
|
|
|
|
+++ utils/proc-llist.h 2014-01-11 11:39:01.776988967 +0100
|
|
|
|
@@ -24,6 +24,7 @@
|
|
|
|
#ifndef PROC_HEADER
|
|
|
|
#define PROC_HEADER
|
|
|
|
|
2014-01-11 12:07:35 +01:00
|
|
|
+#include <unistd.h> /* uid_t, pid_t */
|
2014-01-11 11:40:28 +01:00
|
|
|
#include "config.h"
|
|
|
|
|
|
|
|
|