Commit 25c9e9b4 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Pull in <stdio.h> to maximize chance of finding platform __printflike()

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