Are you using a C++ project ? if yes, don't include .c files directly in your 
c++ project. Just 
create a .cpp file and include the .c file inside it and then include the .cpp 
file in the project.

Reply via email to