summaryrefslogtreecommitdiffstats
path: root/color.c
diff options
context:
space:
mode:
Diffstat (limited to 'color.c')
-rw-r--r--color.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/color.c b/color.c
index 24c7f4b..206dc95 100644
--- a/color.c
+++ b/color.c
@@ -24,12 +24,13 @@
#include "util.h"
#include <assert.h>
#include <errno.h>
+#include <fcntl.h>
#include <stdarg.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/stat.h>
+#include <time.h>
#include <unistd.h>
/**