I am trying to compile a C file that uses Openssl with Cygwin in Netbeans. I have added the include folder in the options folder. However, the compiler throws an error below. Do I need to do something extra to get the include files working.
gcc -m32 -c -g -MMD -MP -MF "build/Debug/Cygwin-Windows/client.o.d" -o build/Debug/Cygwin-Windows/client.o client.c
client.c:43:25: fatal error: openssl/ssl.h: No such file or directory
compilation terminated.