Hello Everybody,
Let me explain you the context of my issue:
In my project, I use strncmp/strncpy fonctions.
But during the compilation/link I have this error:
Quote
static declaration of 'strncpy' follows non-static declaration
That means that string.h is already included, but not the right.
So I would like to know if there is a command to show all header included in a ko module.
Thanks for the help!