summaryrefslogtreecommitdiffstats
path: root/color.c
diff options
context:
space:
mode:
Diffstat (limited to 'color.c')
-rw-r--r--color.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/color.c b/color.c
index 47c2fb3..6e0902b 100644
--- a/color.c
+++ b/color.c
@@ -302,6 +302,12 @@ static const char *file_color(const struct colors *colors, const char *filename,
case S_IFSOCK:
color = colors->socket;
break;
+
+#ifdef S_IFDOOR
+ case S_IFDOOR:
+ color = colors->door;
+ break;
+#endif
}
if (!color) {