aboutsummaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
authorlns <matzeton@googlemail.com>2017-03-04 23:58:39 +0100
committerlns <matzeton@googlemail.com>2017-03-04 23:58:39 +0100
commit1c0bf8da11588c622919527a9742c28306771b34 (patch)
treea938fcd42ee81da82d422e3948f254f86efa6c36 /src/ui.c
parent3c947750932c90c34c53f090949ae1d996e755ed (diff)
fixed includes
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui.c b/src/ui.c
index c4ee5b2..e3b4e0e 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -1,4 +1,5 @@
#include <stdio.h>
+#include <unistd.h>
#include <stdlib.h>
#include <errno.h>
#include <pthread.h>