From e1e7fc2f53ddafcf40d3154d8d759b9e3ce4d886 Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Fri, 4 Jun 2010 09:26:13 -0300 Subject: [PATCH] dwarves: Add missing #include Needed because it uses S_ISDIR. In the past this header probably was being indirectly included. Noticed while building on RHEL6 Beta. Signed-off-by: Arnaldo Carvalho de Melo --- dwarves.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dwarves.c b/dwarves.c index 6fbd3db..8ef119f 100644 --- a/dwarves.c +++ b/dwarves.c @@ -21,6 +21,7 @@ #include #include #include +#include #include "config.h" #include "list.h" -- 1.7.2.2