This adds -I/usr/include to compiler arguments for your IDE's linter.
You don't need this unless you're using stuff like printf() in your code.
Adding /usr/include to the include path in Makefile breaks the actual
project. This change to compile_commands.json is just so your editor
doesn't feak out.