$ gcc -Wall -I/usr/local/include -c gslcode.c
In file included from gslcode.c:2:
c:\mingw\include\gsl\gsl_errno.h:25:10: fatal error: gsl/gsl_types.h: No
such file or directory
25 | #include <gsl/gsl_types.h>
| ^~~~~~~~~~~~~~~~~I am getting this during compilation of code.Please help me to sort out this problem.
