diff options
author | Eric Engestrom <eric.engestrom@intel.com> | 2018-10-19 15:37:27 +0100 |
---|---|---|
committer | Eric Engestrom <eric.engestrom@intel.com> | 2018-10-19 15:38:18 +0100 |
commit | 78d23c9eeb87c66e5bd8efa8c543cd35c2d01036 (patch) | |
tree | 391f4ed4744185830148ab10a168c46903030b09 | |
parent | 00412f84952411fa108dd6ddf1118b429322eda7 (diff) |
add missing header
-rw-r--r-- | cube-tex.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ #include <assert.h> #include <stdio.h> #include <stdlib.h> +#include <unistd.h> #include <string.h> #include "common.h" |