|
|
@@ -47,7 +47,7 @@ static bool check_dep_includes(struct manifest *m,
|
|
|
char *mod;
|
|
|
if (!tal_strreg(f, lines[i],
|
|
|
"^[ \t]*#[ \t]*include[ \t]*[<\"]"
|
|
|
- "(ccan/+.+)/+[^/]+\\.h", &mod))
|
|
|
+ "(ccan/+.+)/+[^/]+\\.[ch][\">]", &mod))
|
|
|
continue;
|
|
|
|
|
|
if (has_dep(m, deps, used, mod))
|