Commit f93edb5b authored by Nils Goroll's avatar Nils Goroll

if the prefix is not vcc_if, there is no vcc_if.h to include

parent 5c77581c
......@@ -768,7 +768,7 @@ class vcc(object):
fn2 = fn + ".tmp2"
for i in ["config", "vcl", "vrt", "vcc_if", "vmod_abi"]:
for i in ["config", "vcl", "vrt", self.pfx, "vmod_abi"]:
fo.write('#include "%s.h"\n' % i)
fo.write("\n")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment