X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=graph_ident.c;h=454cc1a1cd9141e3dee50f715663416eff2347e2;hb=0a4d88e7530531c01324af54e881ca770edd10d2;hp=fb6e206f46c01eb8856cfad5c9fbba76ce634064;hpb=9f1edc0d06f42917c331199b67843f5201496514;p=collection4.git diff --git a/graph_ident.c b/graph_ident.c index fb6e206..454cc1a 100644 --- a/graph_ident.c +++ b/graph_ident.c @@ -6,6 +6,7 @@ #include "graph_ident.h" #include "common.h" +#include "filesystem.h" #define IS_ANY(str) (((str) != NULL) && (strcasecmp (ANY_TOKEN, (str)) == 0)) #define IS_ALL(str) (((str) != NULL) && (strcasecmp (ALL_TOKEN, (str)) == 0))