I sometimes move my code around to various computers so I prefer to keep my header files in my current directory. Unfortunately it does not seem to be working.

$ gcc *.c -Wall
main.c:1:10: fatal error: mysql.h: No such file or directory
    1 | #include <mysql.h>
      |          ^~~~~~~~~
compilation terminated.
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.