How to make #include <mysql.h> work?
- by symfony
I'm building an open source project from source,
and it need to include <mysql.h>:
#if USE_MYSQL
#include <mysql.h>
#endif
and the compilor reports:
mysql.h no such file or directory
MySQL is yet another greater open source project,what do I need to do to make it work?