summaryrefslogtreecommitdiff
path: root/cube-tex.c
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2018-10-19 15:37:27 +0100
committerEric Engestrom <eric.engestrom@intel.com>2018-10-19 15:38:18 +0100
commit78d23c9eeb87c66e5bd8efa8c543cd35c2d01036 (patch)
tree391f4ed4744185830148ab10a168c46903030b09 /cube-tex.c
parent00412f84952411fa108dd6ddf1118b429322eda7 (diff)
downloadkmscube-78d23c9eeb87c66e5bd8efa8c543cd35c2d01036.tar.gz
add missing header
Diffstat (limited to 'cube-tex.c')
-rw-r--r--cube-tex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cube-tex.c b/cube-tex.c
index c74c183..7cdc7ec 100644
--- a/cube-tex.c
+++ b/cube-tex.c
@@ -24,6 +24,7 @@
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
+#include <unistd.h>
#include <string.h>
#include "common.h"