On Linux you need to use -I
before each directory that you want to add.
Example:
user:/home/my_project$ gcc -g -Wall -I/usr/include/lib_Directory/ -I./include -c ./src/transcod.c
./
means the current directory where you are running the command, in this case my_project;