aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-server
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-08-28 19:15:09 +0200
committerMattias Andrée <maandree@operamail.com>2015-08-28 19:15:09 +0200
commited63e01a2682249b889c2e33d849001dc66f0d25 (patch)
tree7aaf73243fee554b40f496b261e5390a9174260c /src/mds-server
parentdoc proto-util (diff)
downloadmds-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-server/client.h1
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>