diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-08-28 19:15:09 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-08-28 19:15:09 +0200 |
commit | ed63e01a2682249b889c2e33d849001dc66f0d25 (patch) | |
tree | 7aaf73243fee554b40f496b261e5390a9174260c /src/mds-registry/slave.h | |
parent | doc proto-util (diff) | |
download | mds-ed63e01a2682249b889c2e33d849001dc66f0d25.tar.gz mds-ed63e01a2682249b889c2e33d849001dc66f0d25.tar.bz2 mds-ed63e01a2682249b889c2e33d849001dc66f0d25.tar.xz |
everything except mds-kkbd and mds-vt compiles with musl; mds-kkbd and mds-vt does not because they require <linux/> headers
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/mds-registry/slave.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mds-registry/slave.h b/src/mds-registry/slave.h index 1213aaa..d765ebb 100644 --- a/src/mds-registry/slave.h +++ b/src/mds-registry/slave.h @@ -21,6 +21,7 @@ #include <libmdsserver/hash-table.h> +#include <unistd.h> #include <stdlib.h> #include <stdint.h> #include <pthread.h> |