<div dir="ltr">Hi guys,<div><br></div><div>I am doing some basic source to source transformation by iterating through the AST using Clang front-end. And, it is working fine i.e. I am able to get transformed code with insertions.</div>

<div><br></div><div>However, when I have some header file inclusions in the input source code such as "#include<stdio.h", it produces an error message when transforming the code. It is -</div><div><br></div>
<div><div><b>input.c:1:9: fatal error: 'stdio.h' file not found</b></div><div><b>#include<stdio.h></b></div><div><b>        ^</b></div></div><div>So my question is - how can I avoid getting this error about header files? For all practical use, my input source files will have the header files. Please let me know.</div>
<div><br></div><div>Thanks and regards,</div><div>Sandeep.</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br>
</div></div>