summaryrefslogtreecommitdiff
path: root/src/dircolors.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-05-12 09:51:59 +0000
committerJim Meyering <jim@meyering.net>2001-05-12 09:51:59 +0000
commit7ed10357bc6e362eeb9c92900d6a52ebb9564e1e (patch)
treee6474f041e46d7db3bfc3b5e2e6e02825c4c386f /src/dircolors.c
parent4a94a06aa6f19d572b734d0c1ec3e9b6206512f4 (diff)
downloadcoreutils-7ed10357bc6e362eeb9c92900d6a52ebb9564e1e.tar.xz
include dirname.h.
Diffstat (limited to 'src/dircolors.c')
-rw-r--r--src/dircolors.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dircolors.c b/src/dircolors.c
index 38e1c5071..66e9b5535 100644
--- a/src/dircolors.c
+++ b/src/dircolors.c
@@ -27,6 +27,7 @@
#include "system.h"
#include "dircolors.h"
+#include "dirname.h"
#include "error.h"
#include "getline.h"
#include "obstack.h"