Commit 978d0a86 authored by Nils Goroll's avatar Nils Goroll

include config.h first

parent d25ce0b5
......@@ -785,8 +785,9 @@ class vcc(object):
fn2 = fn + ".tmp2"
fo.write('#include "config.h"\n')
fo.write('#include <stdio.h>\n')
for i in ["config", "vdef", "vcl", "vrt", self.pfx, "vmod_abi"]:
for i in ["vdef", "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