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-server | |
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 'src/mds-server')
-rw-r--r-- | src/mds-server/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mds-server/client.h b/src/mds-server/client.h index e60a0ed..72304d7 100644 --- a/src/mds-server/client.h +++ b/src/mds-server/client.h @@ -27,6 +27,7 @@ #include <stdlib.h> #include <pthread.h> #include <stdint.h> +#include <unistd.h> |